Html Css Color HEX #C80ECD Deep Magenta

📋 copy color: '#C80ECD'

red 200 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #C80ECD

Tints of Deep Magenta #C80ECD

RGB

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

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

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

R = 47.73%
G = 3.34%
B = 48.93%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C80ECD (or 0xC80ECD) is known color: Deep Magenta. HEX triplet: C8, 0E and CD. RGB value is (200,14,205). Sum of RGB (Red+Green+Blue) = 200+14+205=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C80ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ECD is #37F132. Grayscale: #5A5A5A. Windows color (decimal): -3666227 or 13438664. OLE color: 13438664.

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

Color convert

RGB 200 14 205 -
CMYK 0.02 0.93 0 0.20
HSL 298.43º 0.87% 0.43% -
HSV(B) 298.43º 0.93% 0.8% -
XYZ 35 17 59.19 -
YUV 91.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 200 14 205 0.02 0.93 0 0.20 298.43 0.87 0.43
Hex C8 E CD 2 5D 0 14 12A 57 2B
Octal 310 16 315 2 135 0 24 452 127 53
Binary 11001000 1110 11001101 10 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C80ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ECD

Black with #C80ECD

Text Example


Text Example

White with #C80ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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