Html Css Color HEX #C80DC2 Deep Magenta

📋 copy color: '#C80DC2'

red 200 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #C80DC2

Tints of Deep Magenta #C80DC2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 49.14%
G = 3.19%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C80DC2 (or 0xC80DC2) is known color: Deep Magenta. HEX triplet: C8, 0D and C2. RGB value is (200,13,194). Sum of RGB (Red+Green+Blue) = 200+13+194=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DC2 is #37F23D. Grayscale: #595959. Windows color (decimal): -3666494 or 12717512. OLE color: 12717512.

HSL color Cylindrical-coordinate representation of color #C80DC2: hue angle of 301.93º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DC2 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 194 -
CMYK 0 0.94 0.03 0.22
HSL 301.93º 0.88% 0.42% -
HSV(B) 301.93º 0.94% 0.78% -
XYZ 33.7 16.46 52.44 -
YUV 89.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 200 13 194 0 0.94 0.03 0.22 301.93 0.88 0.42
Hex C8 D C2 0 5E 3 16 12E 58 2A
Octal 310 15 302 0 136 3 26 456 130 52
Binary 11001000 1101 11000010 0 1011110 11 10110 100101110 1011000 101010

Color Harmonies of #C80DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DC2

Black with #C80DC2

Text Example


Text Example

White with #C80DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DC2; }

 p { color: rgb(200,13,194); }

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

background-color css

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

 a { background-color: rgb(200,13,194); }

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

border-color css

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

 span { border-color: rgb(200,13,194); }

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