Html Css Color HEX #CC5ECD Fuchsia

📋 copy color: '#CC5ECD'

red 204 ◦ green 94 ◦ blue 205

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

Shades of Fuchsia #CC5ECD

Tints of Fuchsia #CC5ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 40.56%
G = 18.69%
B = 40.76%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC5ECD (or 0xCC5ECD) is known color: Fuchsia. HEX triplet: CC, 5E and CD. RGB value is (204,94,205). Sum of RGB (Red+Green+Blue) = 204+94+205=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ECD is #33A132. Grayscale: #8B8B8B. Windows color (decimal): -3383603 or 13459148. OLE color: 13459148.

HSL color Cylindrical-coordinate representation of color #CC5ECD: hue angle of 299.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5ECD is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 94 205 -
CMYK 0.00 0.54 0 0.20
HSL 299.46º 0.53% 0.59% -
HSV(B) 299.46º 0.54% 0.8% -
XYZ 39.92 25.25 60.53 -
YUV 139.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 204 94 205 0.00 0.54 0 0.20 299.46 0.53 0.59
Hex CC 5E CD 0 36 0 14 12B 35 3B
Octal 314 136 315 0 66 0 24 453 65 73
Binary 11001100 1011110 11001101 0 110110 0 10100 100101011 110101 111011

Color Harmonies of #CC5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ECD

Black with #CC5ECD

Text Example


Text Example

White with #CC5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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