Html Css Color HEX #C80ECC Deep Magenta

📋 copy color: '#C80ECC'

red 200 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #C80ECC

Tints of Deep Magenta #C80ECC

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 47.85%
G = 3.35%
B = 48.8%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C80ECC (or 0xC80ECC) is known color: Deep Magenta. HEX triplet: C8, 0E and CC. RGB value is (200,14,204). Sum of RGB (Red+Green+Blue) = 200+14+204=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C80ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ECC is #37F133. Grayscale: #5A5A5A. Windows color (decimal): -3666228 or 13373128. OLE color: 13373128.

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

Color convert

RGB 200 14 204 -
CMYK 0.02 0.93 0 0.2
HSL 298.74º 0.87% 0.43% -
HSV(B) 298.74º 0.93% 0.8% -
XYZ 34.88 16.95 58.56 -
YUV 91.27 191.62 205.55 -
System Red Green Blue C M Y K H S L
Decimal 200 14 204 0.02 0.93 0 0.2 298.74 0.87 0.43
Hex C8 E CC 2 5D 0 14 12B 57 2B
Octal 310 16 314 2 135 0 24 453 127 53
Binary 11001000 1110 11001100 10 1011101 0 10100 100101011 1010111 101011

Color Harmonies of #C80ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ECC

Black with #C80ECC

Text Example


Text Example

White with #C80ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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