Html Css Color HEX #C80DB6 Deep Magenta

📋 copy color: '#C80DB6'

red 200 ◦ green 13 ◦ blue 182

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

Shades of Deep Magenta #C80DB6

Tints of Deep Magenta #C80DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 50.63%
G = 3.29%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C80DB6 (or 0xC80DB6) is known color: Deep Magenta. HEX triplet: C8, 0D and B6. RGB value is (200,13,182). Sum of RGB (Red+Green+Blue) = 200+13+182=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DB6 is #37F249. Grayscale: #575757. Windows color (decimal): -3666506 or 11931080. OLE color: 11931080.

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

Color convert

RGB 200 13 182 -
CMYK 0 0.94 0.09 0.22
HSL 305.78º 0.88% 0.42% -
HSV(B) 305.78º 0.94% 0.78% -
XYZ 32.41 15.94 45.63 -
YUV 88.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 200 13 182 0 0.94 0.09 0.22 305.78 0.88 0.42
Hex C8 D B6 0 5E 9 16 132 58 2A
Octal 310 15 266 0 136 11 26 462 130 52
Binary 11001000 1101 10110110 0 1011110 1001 10110 100110010 1011000 101010

Color Harmonies of #C80DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DB6

Black with #C80DB6

Text Example


Text Example

White with #C80DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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