Shades of Deep Magenta #C81DBD
Tints of Deep Magenta #C81DBD
RGB
CMYK
RGB Variations
Color information
#C81DBD (or 0xC81DBD) is known color: Deep Magenta. HEX triplet: C8, 1D and BD. RGB value is (200,29,189). Sum of RGB (Red+Green+Blue) = 200+29+189=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DBD is #37E242. Grayscale: #616161. Windows color (decimal): -3662403 or 12393928. OLE color: 12393928.
HSL color Cylindrical-coordinate representation of color #C81DBD: hue angle of 303.86º 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 #C81DBD is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 189 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.22 |
| HSL | 303.86º | 0.75% | 0.45% | - |
| HSV(B) | 303.86º | 0.86% | 0.78% | - |
| XYZ | 33.44 | 16.83 | 49.63 | - |
| YUV | 98.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 189 | 0 | 0.86 | 0.06 | 0.22 | 303.86 | 0.75 | 0.45 |
| Hex | C8 | 1D | BD | 0 | 56 | 6 | 16 | 130 | 4B | 2D |
| Octal | 310 | 35 | 275 | 0 | 126 | 6 | 26 | 460 | 113 | 55 |
| Binary | 11001000 | 11101 | 10111101 | 0 | 1010110 | 110 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C81DBD
Complementary color
Monochromatic Colors of #C81DBD
Black with #C81DBD
Text Example
Text Example
White with #C81DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DBD; }
p { color: rgb(200,29,189); }
H1.HeaderClassName
{
color: #C81DBD;
}
.AnyTagClassName
{
color: #C81DBD;
}
</style>
background-color css
<style>
a { background-color: #C81DBD; }
a { background-color: rgb(200,29,189); }
div.DivClassName
{
background-color: #C81DBD;
}
.BgClassName
{
background-color: #C81DBD;
}
</style>
border-color css
<style>
span { border-color: #C81DBD; }
span { border-color: rgb(200,29,189); }
td.TdClassName
{
border-color: #C81DBD;
}
.TagClassName
{
border-color: #C81DBD;
}
</style>