Html Css Color HEX #CC5CC8 Fuchsia

📋 copy color: '#CC5CC8'

red 204 ◦ green 92 ◦ blue 200

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

Shades of Fuchsia #CC5CC8

Tints of Fuchsia #CC5CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.32%

R = 41.13%
G = 18.55%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC5CC8 (or 0xCC5CC8) is known color: Fuchsia. HEX triplet: CC, 5C and C8. RGB value is (204,92,200). Sum of RGB (Red+Green+Blue) = 204+92+200=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CC8 is #33A337. Grayscale: #898989. Windows color (decimal): -3384120 or 13130956. OLE color: 13130956.

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

Color convert

RGB 204 92 200 -
CMYK 0 0.55 0.02 0.2
HSL 302.14º 0.52% 0.58% -
HSV(B) 302.14º 0.55% 0.8% -
XYZ 39.15 24.66 57.34 -
YUV 137.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 204 92 200 0 0.55 0.02 0.2 302.14 0.52 0.58
Hex CC 5C C8 0 37 2 14 12E 34 3A
Octal 314 134 310 0 67 2 24 456 64 72
Binary 11001100 1011100 11001000 0 110111 10 10100 100101110 110100 111010

Color Harmonies of #CC5CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CC8

Black with #CC5CC8

Text Example


Text Example

White with #CC5CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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