Html Css Color HEX #CC5EC8 Fuchsia

📋 copy color: '#CC5EC8'

red 204 ◦ green 94 ◦ blue 200

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

Shades of Fuchsia #CC5EC8

Tints of Fuchsia #CC5EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

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

R = 40.96%
G = 18.88%
B = 40.16%

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

#CC5EC8 (or 0xCC5EC8) is known color: Fuchsia. HEX triplet: CC, 5E and C8. RGB value is (204,94,200). Sum of RGB (Red+Green+Blue) = 204+94+200=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EC8 is #33A137. Grayscale: #8A8A8A. Windows color (decimal): -3383608 or 13131468. OLE color: 13131468.

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

Color convert

RGB 204 94 200 -
CMYK 0 0.54 0.02 0.2
HSL 302.18º 0.52% 0.58% -
HSV(B) 302.18º 0.54% 0.8% -
XYZ 39.33 25.01 57.4 -
YUV 138.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 204 94 200 0 0.54 0.02 0.2 302.18 0.52 0.58
Hex CC 5E C8 0 36 2 14 12E 34 3A
Octal 314 136 310 0 66 2 24 456 64 72
Binary 11001100 1011110 11001000 0 110110 10 10100 100101110 110100 111010

Color Harmonies of #CC5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EC8

Black with #CC5EC8

Text Example


Text Example

White with #CC5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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