Shades of Deep Magenta #C81DBB
Tints of Deep Magenta #C81DBB
RGB
CMYK
RGB Variations
Color information
#C81DBB (or 0xC81DBB) is known color: Deep Magenta. HEX triplet: C8, 1D and BB. RGB value is (200,29,187). Sum of RGB (Red+Green+Blue) = 200+29+187=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DBB is #37E244. Grayscale: #616161. Windows color (decimal): -3662405 or 12262856. OLE color: 12262856.
HSL color Cylindrical-coordinate representation of color #C81DBB: hue angle of 304.56º 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 #C81DBB is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 187 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.22 |
| HSL | 304.56º | 0.75% | 0.45% | - |
| HSV(B) | 304.56º | 0.86% | 0.78% | - |
| XYZ | 33.23 | 16.75 | 48.49 | - |
| YUV | 98.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 187 | 0 | 0.86 | 0.06 | 0.22 | 304.56 | 0.75 | 0.45 |
| Hex | C8 | 1D | BB | 0 | 56 | 6 | 16 | 131 | 4B | 2D |
| Octal | 310 | 35 | 273 | 0 | 126 | 6 | 26 | 461 | 113 | 55 |
| Binary | 11001000 | 11101 | 10111011 | 0 | 1010110 | 110 | 10110 | 100110001 | 1001011 | 101101 |
Color Harmonies of #C81DBB
Complementary color
Monochromatic Colors of #C81DBB
Black with #C81DBB
Text Example
Text Example
White with #C81DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DBB; }
p { color: rgb(200,29,187); }
H1.HeaderClassName
{
color: #C81DBB;
}
.AnyTagClassName
{
color: #C81DBB;
}
</style>
background-color css
<style>
a { background-color: #C81DBB; }
a { background-color: rgb(200,29,187); }
div.DivClassName
{
background-color: #C81DBB;
}
.BgClassName
{
background-color: #C81DBB;
}
</style>
border-color css
<style>
span { border-color: #C81DBB; }
span { border-color: rgb(200,29,187); }
td.TdClassName
{
border-color: #C81DBB;
}
.TagClassName
{
border-color: #C81DBB;
}
</style>