Html Css Color HEX #CC5DC8 Fuchsia

📋 copy color: '#CC5DC8'

red 204 ◦ green 93 ◦ blue 200

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

Shades of Fuchsia #CC5DC8

Tints of Fuchsia #CC5DC8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.71%

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

R = 41.05%
G = 18.71%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC5DC8 (or 0xCC5DC8) is known color: Fuchsia. HEX triplet: CC, 5D and C8. RGB value is (204,93,200). Sum of RGB (Red+Green+Blue) = 204+93+200=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DC8 is #33A237. Grayscale: #8A8A8A. Windows color (decimal): -3383864 or 13131212. OLE color: 13131212.

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

Color convert

RGB 204 93 200 -
CMYK 0 0.54 0.02 0.2
HSL 302.16º 0.52% 0.58% -
HSV(B) 302.16º 0.54% 0.8% -
XYZ 39.24 24.84 57.37 -
YUV 138.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 204 93 200 0 0.54 0.02 0.2 302.16 0.52 0.58
Hex CC 5D C8 0 36 2 14 12E 34 3A
Octal 314 135 310 0 66 2 24 456 64 72
Binary 11001100 1011101 11001000 0 110110 10 10100 100101110 110100 111010

Color Harmonies of #CC5DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DC8

Black with #CC5DC8

Text Example


Text Example

White with #CC5DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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