Shades of Deep Magenta #C805BD
Tints of Deep Magenta #C805BD
RGB
CMYK
RGB Variations
Color information
#C805BD (or 0xC805BD) is known color: Deep Magenta. HEX triplet: C8, 05 and BD. RGB value is (200,5,189). Sum of RGB (Red+Green+Blue) = 200+5+189=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C805BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805BD is #37FA42. Grayscale: #535353. Windows color (decimal): -3668547 or 12387784. OLE color: 12387784.
HSL color Cylindrical-coordinate representation of color #C805BD: hue angle of 303.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805BD is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.22 |
| HSL | 303.38º | 0.95% | 0.4% | - |
| HSV(B) | 303.38º | 0.98% | 0.78% | - |
| XYZ | 33.06 | 16.06 | 49.5 | - |
| YUV | 84.28 | 187.1 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 189 | 0 | 0.98 | 0.06 | 0.22 | 303.38 | 0.95 | 0.4 |
| Hex | C8 | 5 | BD | 0 | 62 | 6 | 16 | 12F | 5F | 28 |
| Octal | 310 | 5 | 275 | 0 | 142 | 6 | 26 | 457 | 137 | 50 |
| Binary | 11001000 | 101 | 10111101 | 0 | 1100010 | 110 | 10110 | 100101111 | 1011111 | 101000 |
Color Harmonies of #C805BD
Complementary color
Monochromatic Colors of #C805BD
Black with #C805BD
Text Example
Text Example
White with #C805BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805BD; }
p { color: rgb(200,5,189); }
H1.HeaderClassName
{
color: #C805BD;
}
.AnyTagClassName
{
color: #C805BD;
}
</style>
background-color css
<style>
a { background-color: #C805BD; }
a { background-color: rgb(200,5,189); }
div.DivClassName
{
background-color: #C805BD;
}
.BgClassName
{
background-color: #C805BD;
}
</style>
border-color css
<style>
span { border-color: #C805BD; }
span { border-color: rgb(200,5,189); }
td.TdClassName
{
border-color: #C805BD;
}
.TagClassName
{
border-color: #C805BD;
}
</style>