Html Css Color HEX #C80DC0 Deep Magenta

📋 copy color: '#C80DC0'

red 200 ◦ green 13 ◦ blue 192

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

Shades of Deep Magenta #C80DC0

Tints of Deep Magenta #C80DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 49.38%
G = 3.21%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C80DC0 (or 0xC80DC0) is known color: Deep Magenta. HEX triplet: C8, 0D and C0. RGB value is (200,13,192). Sum of RGB (Red+Green+Blue) = 200+13+192=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DC0 is #37F23F. Grayscale: #585858. Windows color (decimal): -3666496 or 12586440. OLE color: 12586440.

HSL color Cylindrical-coordinate representation of color #C80DC0: hue angle of 302.57º 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 #C80DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 192 -
CMYK 0 0.94 0.04 0.22
HSL 302.57º 0.88% 0.42% -
HSV(B) 302.57º 0.94% 0.78% -
XYZ 33.48 16.37 51.27 -
YUV 89.32 185.95 206.95 -
System Red Green Blue C M Y K H S L
Decimal 200 13 192 0 0.94 0.04 0.22 302.57 0.88 0.42
Hex C8 D C0 0 5E 4 16 12F 58 2A
Octal 310 15 300 0 136 4 26 457 130 52
Binary 11001000 1101 11000000 0 1011110 100 10110 100101111 1011000 101010

Color Harmonies of #C80DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DC0

Black with #C80DC0

Text Example


Text Example

White with #C80DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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