Html Css Color HEX #CC5CCC Fuchsia

📋 copy color: '#CC5CCC'

red 204 ◦ green 92 ◦ blue 204

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

Shades of Fuchsia #CC5CCC

Tints of Fuchsia #CC5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 40.8%
G = 18.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC5CCC (or 0xCC5CCC) is known color: Fuchsia. HEX triplet: CC, 5C and CC. RGB value is (204,92,204). Sum of RGB (Red+Green+Blue) = 204+92+204=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CCC is #33A333. Grayscale: #898989. Windows color (decimal): -3384116 or 13393100. OLE color: 13393100.

HSL color Cylindrical-coordinate representation of color #CC5CCC: hue angle of 300º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5CCC is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 204 -
CMYK 0 0.55 0 0.2
HSL 300º 0.52% 0.58% -
HSV(B) 300º 0.55% 0.8% -
XYZ 39.63 24.85 59.83 -
YUV 138.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 204 92 204 0 0.55 0 0.2 300 0.52 0.58
Hex CC 5C CC 0 37 0 14 12C 34 3A
Octal 314 134 314 0 67 0 24 454 64 72
Binary 11001100 1011100 11001100 0 110111 0 10100 100101100 110100 111010

Color Harmonies of #CC5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CCC

Black with #CC5CCC

Text Example


Text Example

White with #CC5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CCC; }

 p { color: rgb(204,92,204); }

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

background-color css

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

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

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

border-color css

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

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

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