Shades of Deep Magenta #C80BDA
Tints of Deep Magenta #C80BDA
RGB
CMYK
RGB Variations
Color information
#C80BDA (or 0xC80BDA) is known color: Deep Magenta. HEX triplet: C8, 0B and DA. RGB value is (200,11,218). Sum of RGB (Red+Green+Blue) = 200+11+218=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C80BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BDA is #37F425. Grayscale: #5A5A5A. Windows color (decimal): -3666982 or 14289864. OLE color: 14289864.
HSL color Cylindrical-coordinate representation of color #C80BDA: hue angle of 294.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BDA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 11 | 218 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.15 |
| HSL | 294.78º | 0.9% | 0.45% | - |
| HSV(B) | 294.78º | 0.95% | 0.85% | - |
| XYZ | 36.59 | 17.58 | 67.79 | - |
| YUV | 91.11 | 199.62 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 218 | 0.08 | 0.95 | 0 | 0.15 | 294.78 | 0.9 | 0.45 |
| Hex | C8 | B | DA | 8 | 5F | 0 | F | 127 | 5A | 2D |
| Octal | 310 | 13 | 332 | 10 | 137 | 0 | 17 | 447 | 132 | 55 |
| Binary | 11001000 | 1011 | 11011010 | 1000 | 1011111 | 0 | 1111 | 100100111 | 1011010 | 101101 |
Color Harmonies of #C80BDA
Complementary color
Monochromatic Colors of #C80BDA
Black with #C80BDA
Text Example
Text Example
White with #C80BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BDA; }
p { color: rgb(200,11,218); }
H1.HeaderClassName
{
color: #C80BDA;
}
.AnyTagClassName
{
color: #C80BDA;
}
</style>
background-color css
<style>
a { background-color: #C80BDA; }
a { background-color: rgb(200,11,218); }
div.DivClassName
{
background-color: #C80BDA;
}
.BgClassName
{
background-color: #C80BDA;
}
</style>
border-color css
<style>
span { border-color: #C80BDA; }
span { border-color: rgb(200,11,218); }
td.TdClassName
{
border-color: #C80BDA;
}
.TagClassName
{
border-color: #C80BDA;
}
</style>