Shades of Deep Magenta #C81DCB
Tints of Deep Magenta #C81DCB
RGB
CMYK
RGB Variations
Color information
#C81DCB (or 0xC81DCB) is known color: Deep Magenta. HEX triplet: C8, 1D and CB. RGB value is (200,29,203). Sum of RGB (Red+Green+Blue) = 200+29+203=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #C81DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DCB is #37E234. Grayscale: #636363. Windows color (decimal): -3662389 or 13311432. OLE color: 13311432.
HSL color Cylindrical-coordinate representation of color #C81DCB: hue angle of 298.97º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DCB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 29 | 203 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.20 |
| HSL | 298.97º | 0.75% | 0.45% | - |
| HSV(B) | 298.97º | 0.86% | 0.8% | - |
| XYZ | 35.04 | 17.47 | 58.03 | - |
| YUV | 99.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 203 | 0.01 | 0.86 | 0 | 0.20 | 298.97 | 0.75 | 0.45 |
| Hex | C8 | 1D | CB | 1 | 56 | 0 | 14 | 12B | 4B | 2D |
| Octal | 310 | 35 | 313 | 1 | 126 | 0 | 24 | 453 | 113 | 55 |
| Binary | 11001000 | 11101 | 11001011 | 1 | 1010110 | 0 | 10100 | 100101011 | 1001011 | 101101 |
Color Harmonies of #C81DCB
Complementary color
Monochromatic Colors of #C81DCB
Black with #C81DCB
Text Example
Text Example
White with #C81DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DCB; }
p { color: rgb(200,29,203); }
H1.HeaderClassName
{
color: #C81DCB;
}
.AnyTagClassName
{
color: #C81DCB;
}
</style>
background-color css
<style>
a { background-color: #C81DCB; }
a { background-color: rgb(200,29,203); }
div.DivClassName
{
background-color: #C81DCB;
}
.BgClassName
{
background-color: #C81DCB;
}
</style>
border-color css
<style>
span { border-color: #C81DCB; }
span { border-color: rgb(200,29,203); }
td.TdClassName
{
border-color: #C81DCB;
}
.TagClassName
{
border-color: #C81DCB;
}
</style>