Shades of Deep Magenta #C81DBC
Tints of Deep Magenta #C81DBC
RGB
CMYK
RGB Variations
Color information
#C81DBC (or 0xC81DBC) is known color: Deep Magenta. HEX triplet: C8, 1D and BC. RGB value is (200,29,188). Sum of RGB (Red+Green+Blue) = 200+29+188=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DBC is #37E243. Grayscale: #616161. Windows color (decimal): -3662404 or 12328392. OLE color: 12328392.
HSL color Cylindrical-coordinate representation of color #C81DBC: hue angle of 304.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DBC is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 188 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.22 |
| HSL | 304.21º | 0.75% | 0.45% | - |
| HSV(B) | 304.21º | 0.86% | 0.78% | - |
| XYZ | 33.34 | 16.79 | 49.06 | - |
| YUV | 98.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 188 | 0 | 0.86 | 0.06 | 0.22 | 304.21 | 0.75 | 0.45 |
| Hex | C8 | 1D | BC | 0 | 56 | 6 | 16 | 130 | 4B | 2D |
| Octal | 310 | 35 | 274 | 0 | 126 | 6 | 26 | 460 | 113 | 55 |
| Binary | 11001000 | 11101 | 10111100 | 0 | 1010110 | 110 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C81DBC
Complementary color
Monochromatic Colors of #C81DBC
Black with #C81DBC
Text Example
Text Example
White with #C81DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DBC; }
p { color: rgb(200,29,188); }
H1.HeaderClassName
{
color: #C81DBC;
}
.AnyTagClassName
{
color: #C81DBC;
}
</style>
background-color css
<style>
a { background-color: #C81DBC; }
a { background-color: rgb(200,29,188); }
div.DivClassName
{
background-color: #C81DBC;
}
.BgClassName
{
background-color: #C81DBC;
}
</style>
border-color css
<style>
span { border-color: #C81DBC; }
span { border-color: rgb(200,29,188); }
td.TdClassName
{
border-color: #C81DBC;
}
.TagClassName
{
border-color: #C81DBC;
}
</style>