Html Css Color HEX #CC32C6 Fuchsia

📋 copy color: '#CC32C6'

red 204 ◦ green 50 ◦ blue 198

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

Shades of Fuchsia #CC32C6

Tints of Fuchsia #CC32C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 45.13%
G = 11.06%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC32C6 (or 0xCC32C6) is known color: Fuchsia. HEX triplet: CC, 32 and C6. RGB value is (204,50,198). Sum of RGB (Red+Green+Blue) = 204+50+198=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32C6 is #33CD39. Grayscale: #707070. Windows color (decimal): -3394874 or 12989132. OLE color: 12989132.

HSL color Cylindrical-coordinate representation of color #CC32C6: hue angle of 302.34º 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 #CC32C6 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 198 -
CMYK 0 0.75 0.03 0.2
HSL 302.34º 0.61% 0.5% -
HSV(B) 302.34º 0.75% 0.8% -
XYZ 36.24 19.2 55.22 -
YUV 112.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 204 50 198 0 0.75 0.03 0.2 302.34 0.61 0.5
Hex CC 32 C6 0 4B 3 14 12E 3D 32
Octal 314 62 306 0 113 3 24 456 75 62
Binary 11001100 110010 11000110 0 1001011 11 10100 100101110 111101 110010

Color Harmonies of #CC32C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32C6

Black with #CC32C6

Text Example


Text Example

White with #CC32C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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