Html Css Color HEX #CC32CB Fuchsia

📋 copy color: '#CC32CB'

red 204 ◦ green 50 ◦ blue 203

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

Shades of Fuchsia #CC32CB

Tints of Fuchsia #CC32CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 44.64%
G = 10.94%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC32CB (or 0xCC32CB) is known color: Fuchsia. HEX triplet: CC, 32 and CB. RGB value is (204,50,203). Sum of RGB (Red+Green+Blue) = 204+50+203=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32CB is #33CD34. Grayscale: #717171. Windows color (decimal): -3394869 or 13316812. OLE color: 13316812.

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

Color convert

RGB 204 50 203 -
CMYK 0 0.75 0.00 0.2
HSL 300.39º 0.61% 0.5% -
HSV(B) 300.39º 0.75% 0.8% -
XYZ 36.82 19.43 58.31 -
YUV 113.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 204 50 203 0 0.75 0.00 0.2 300.39 0.61 0.5
Hex CC 32 CB 0 4B 0 14 12C 3D 32
Octal 314 62 313 0 113 0 24 454 75 62
Binary 11001100 110010 11001011 0 1001011 0 10100 100101100 111101 110010

Color Harmonies of #CC32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32CB

Black with #CC32CB

Text Example


Text Example

White with #CC32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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