Html Css Color HEX #CC5ECB Fuchsia

📋 copy color: '#CC5ECB'

red 204 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #CC5ECB

Tints of Fuchsia #CC5ECB

RGB

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

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

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

R = 40.72%
G = 18.76%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC5ECB (or 0xCC5ECB) is known color: Fuchsia. HEX triplet: CC, 5E and CB. RGB value is (204,94,203). Sum of RGB (Red+Green+Blue) = 204+94+203=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ECB is #33A134. Grayscale: #8A8A8A. Windows color (decimal): -3383605 or 13328076. OLE color: 13328076.

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

Color convert

RGB 204 94 203 -
CMYK 0 0.54 0.00 0.2
HSL 300.55º 0.52% 0.58% -
HSV(B) 300.55º 0.54% 0.8% -
XYZ 39.68 25.15 59.26 -
YUV 139.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 204 94 203 0 0.54 0.00 0.2 300.55 0.52 0.58
Hex CC 5E CB 0 36 0 14 12D 34 3A
Octal 314 136 313 0 66 0 24 455 64 72
Binary 11001100 1011110 11001011 0 110110 0 10100 100101101 110100 111010

Color Harmonies of #CC5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ECB

Black with #CC5ECB

Text Example


Text Example

White with #CC5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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