Html Css Color HEX #CC32AC Fuchsia

📋 copy color: '#CC32AC'

red 204 ◦ green 50 ◦ blue 172

#CC32AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC32AC

Tints of Fuchsia #CC32AC

RGB

 RED value IS 204 (80.08% from 255) = 47.89%

 GREEN value IS 50 (19.92% from 255) = 11.74%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 47.89%
G = 11.74%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC32AC (or 0xCC32AC) is known color: Fuchsia. HEX triplet: CC, 32 and AC. RGB value is (204,50,172). Sum of RGB (Red+Green+Blue) = 204+50+172=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AC is #33CD53. Grayscale: #6D6D6D. Windows color (decimal): -3394900 or 11285196. OLE color: 11285196.

HSL color Cylindrical-coordinate representation of color #CC32AC: hue angle of 312.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC32AC is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 172 -
CMYK 0 0.75 0.16 0.2
HSL 312.47º 0.61% 0.5% -
HSV(B) 312.47º 0.75% 0.8% -
XYZ 33.49 18.1 40.76 -
YUV 109.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 204 50 172 0 0.75 0.16 0.2 312.47 0.61 0.5
Hex CC 32 AC 0 4B 10 14 138 3D 32
Octal 314 62 254 0 113 20 24 470 75 62
Binary 11001100 110010 10101100 0 1001011 10000 10100 100111000 111101 110010

Color Harmonies of #CC32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32AC

Black with #CC32AC

Text Example


Text Example

White with #CC32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32AC; }

 p { color: rgb(204,50,172); }

 H1.HeaderClassName
 {
   color: #CC32AC;
 }
 .AnyTagClassName
 {
   color: #CC32AC;
 }
</style>

background-color css

<style>
 a { background-color: #CC32AC; }

 a { background-color: rgb(204,50,172); }

 div.DivClassName
 {
   background-color: #CC32AC;
 }
 .BgClassName
 {
   background-color: #CC32AC;
 }
</style>

border-color css

<style>
 span { border-color: #CC32AC; }

 span { border-color: rgb(204,50,172); }

 td.TdClassName
 {
   border-color: #CC32AC;
 }
 .TagClassName
 {
   border-color: #CC32AC;
 }
</style>