Html Css Color HEX #CC0ECD Deep Magenta

📋 copy color: '#CC0ECD'

red 204 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #CC0ECD

Tints of Deep Magenta #CC0ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.31%

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

R = 48.23%
G = 3.31%
B = 48.46%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC0ECD (or 0xCC0ECD) is known color: Deep Magenta. HEX triplet: CC, 0E and CD. RGB value is (204,14,205). Sum of RGB (Red+Green+Blue) = 204+14+205=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ECD is #33F132. Grayscale: #5C5C5C. Windows color (decimal): -3404083 or 13438668. OLE color: 13438668.

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

Color convert

RGB 204 14 205 -
CMYK 0.00 0.93 0 0.20
HSL 299.69º 0.87% 0.43% -
HSV(B) 299.69º 0.93% 0.8% -
XYZ 36.08 17.56 59.25 -
YUV 92.58 191.45 207.47 -
System Red Green Blue C M Y K H S L
Decimal 204 14 205 0.00 0.93 0 0.20 299.69 0.87 0.43
Hex CC E CD 0 5D 0 14 12C 57 2B
Octal 314 16 315 0 135 0 24 454 127 53
Binary 11001100 1110 11001101 0 1011101 0 10100 100101100 1010111 101011

Color Harmonies of #CC0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0ECD

Black with #CC0ECD

Text Example


Text Example

White with #CC0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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