Corsair 3200D RS ARGB Mid-Tower PC Case – White | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair 3200D RS ARGB Mid-Tower PC Case – White

SKU: CC-9011345-WW
R 1 870.12
Available on Backorder

Spacious mid-tower chassis built for powerful, clean builds | 360mm radiator support front and top | 3x RS120 ARGB fans included | Reverse-connector motherboard compatible | Built-in GPU Anti-sag Arm

This item is on backorder — new stock is expected around 25 Sep 2026. Order now and we'll ship yours as soon as it arrives.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Spacious mid-tower chassis built for powerful, clean builds | 360mm radiator support front and top | 3x RS120 ARGB fans included | Reverse-connector motherboard compatible | Built-in GPU Anti-sag Arm

Quick Specs

  • Build with confidence — supports Mini-ITX, Micro-ATX, and ATX motherboards including the latest reverse-connector designs from ASUS BTF, MSI Project Zero, and Gigabyte Project Stealth.
  • Keep your system cool with up to 9x 120mm fan mounts and support for a 360mm radiator in the front or top — 3x RS120 ARGB fans included.
  • Protect your GPU investment with a built-in, adjustable Anti-sag Stabilization Arm designed for today's larger, heavier graphics cards.
  • Connect and transfer at speed with a USB 3.2 Gen 2x2 Type-C front I/O port delivering up to 20Gb/s of bandwidth.
  • Showcase your build in style through a tempered glass side panel paired with brilliant ARGB lighting from the included RS120 fans.

The Foundation Your Build Deserves

The CORSAIR 3200D RS ARGB Mid-Tower PC Case in White is a spacious, fully-loaded chassis designed for builders who refuse to compromise on cooling, cleanliness, or compatibility. Whether you're assembling your first serious gaming rig or upgrading to a powerful new platform, the 3200D RS ARGB gives you the room, the airflow, and the smart DIY features to build with confidence. It supports Mini-ITX, Micro-ATX, and ATX motherboards — including the latest reverse-connector designs from ASUS BTF, MSI Project Zero, and Gigabyte Project Stealth — making it a genuinely future-ready gaming PC case.

Serious Cooling for Serious Hardware

Tired of cases that force you to compromise between airflow and aesthetics? The 3200D RS ARGB puts that debate to rest. Nine 120mm fan mounts — including an angled mount on the PSU shroud that channels cool air directly at your GPU — give you extraordinary cooling flexibility. Three RS120 ARGB fans come pre-installed in the ventilated front panel, delivering concentrated intake airflow thanks to AirGuide technology and whisper-quiet Magnetic Dome bearings. Need liquid cooling? Mount a 360mm, 280mm, or 240mm radiator in both the front and the top, giving even the most demanding CPUs the thermal headroom they need.

Cable Management Made Easy — Seriously Easy

A clean build is a satisfying build, and Corsair has engineered the 3200D RS ARGB to make tidiness effortless. A built-in cable shroud hides unsightly wiring for a refined interior look, while abundant cable tie-down locations across the back of the chassis let you route and secure cables with minimal effort. The front panel connects via a single unified connector, eliminating the frustration of fiddly individual header plugs. Add 24mm of cable routing space behind the motherboard tray, and you have a chassis that makes even complex builds feel manageable.

Ready for the Hardware of Today and Tomorrow

Modern GPUs are longer and heavier than ever, and the 3200D RS ARGB is built to handle them. A GPU clearance of 370mm with front fans installed — and up to 400mm with fans removed — accommodates even the most imposing graphics cards, while the built-in adjustable GPU Anti-sag Stabilization Arm keeps them perfectly supported over time. The front I/O panel provides a USB 3.2 Gen 2x2 Type-C port running at up to 20Gb/s alongside a USB 2.0 Type-A port and a combined headphone/microphone jack, keeping your peripherals and accessories within easy reach. A tempered glass side panel with a locking screw lets you display your build in all its ARGB-lit glory.

Features

  • Supports Mini-ITX, Micro-ATX, and ATX motherboards including reverse-connector designs (ASUS BTF, MSI Project Zero, Gigabyte Project Stealth compatible).
  • 360mm radiator support in both the front and top positions — also accepts 280mm and 240mm radiators in each location; 120mm at the rear.
  • Nine 120mm fan mounts total, including an angled PSU shroud mount that directs cool air towards the GPU for enhanced performance.
  • Three RS120 ARGB PWM fans included, pre-installed as front intake fans with AirGuide technology and Magnetic Dome bearings for quiet, concentrated airflow.
  • Built-in adjustable GPU Anti-sag Stabilization Arm supports heavy modern graphics cards with up to 370mm GPU clearance (400mm with front fans removed).
  • Front I/O features a USB 3.2 Gen 2x2 Type-C port (up to 20Gb/s), USB 2.0 Type-A port, and combined headphone/microphone jack.
  • Built-in cable shroud and 24mm cable routing space behind the motherboard tray for clean, organised cable management.
  • Tempered glass left side panel with locking screw; dust filters at front, bottom, and top; storage for 2x 2.5" SSDs and 1x 3.5" HDD.

Specifications

  • Motherboard Support: Mini-ITX, Micro-ATX, ATX
  • Side Panel: Tempered Glass
  • Included Fans: 3
  • Max GPU Length: 400 mm
  • Max CPU Cooler Height: 165 mm
  • Radiator Support: Front: 360mm, 280mm, 240mm | Top: 360mm, 280mm, 240mm | Rear: 120mm
  • Front I/O: USB 3.2 Gen 2x2 Type-C (x1), USB 2.0 Type-A (x1), Headphone/Microphone (x1), Power, Reset
  • RGB Lighting: Yes
  • PSU Included: No
  • Warranty: 24 months
  • Country of Origin: China
  • Colour: White
  • Warranty: 24 months
  • Product Dimensions: 45.8 x 21.9 x 49.5 cm
  • Product Weight: 6900g

What's in the Box

  • 1 x CORSAIR 3200D RS ARGB Mid-Tower PC Case - White
  • 3 x RS120 ARGB PWM Fan
  • 1 x Case Accessory Box

Why Corsair

Corsair has spent decades engineering premium PC components trusted by builders and gamers around the world. From high-performance cooling to meticulously designed chassis, every product reflects a commitment to quality, innovation, and reliability. The 3200D RS ARGB is a testament to that heritage — giving South African builders a genuinely future-ready foundation to create powerful, beautiful systems.

0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!