Shades of Deep Magenta #C81DCD
Tints of Deep Magenta #C81DCD
RGB
CMYK
RGB Variations
Color information
#C81DCD (or 0xC81DCD) is known color: Deep Magenta. HEX triplet: C8, 1D and CD. RGB value is (200,29,205). Sum of RGB (Red+Green+Blue) = 200+29+205=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C81DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DCD is #37E232. Grayscale: #636363. Windows color (decimal): -3662387 or 13442504. OLE color: 13442504.
HSL color Cylindrical-coordinate representation of color #C81DCD: hue angle of 298.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DCD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 29 | 205 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.20 |
| HSL | 298.3º | 0.75% | 0.46% | - |
| HSV(B) | 298.3º | 0.86% | 0.8% | - |
| XYZ | 35.28 | 17.57 | 59.29 | - |
| YUV | 100.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 205 | 0.02 | 0.86 | 0 | 0.20 | 298.3 | 0.75 | 0.46 |
| Hex | C8 | 1D | CD | 2 | 56 | 0 | 14 | 12A | 4B | 2E |
| Octal | 310 | 35 | 315 | 2 | 126 | 0 | 24 | 452 | 113 | 56 |
| Binary | 11001000 | 11101 | 11001101 | 10 | 1010110 | 0 | 10100 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C81DCD
Complementary color
Monochromatic Colors of #C81DCD
Black with #C81DCD
Text Example
Text Example
White with #C81DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DCD; }
p { color: rgb(200,29,205); }
H1.HeaderClassName
{
color: #C81DCD;
}
.AnyTagClassName
{
color: #C81DCD;
}
</style>
background-color css
<style>
a { background-color: #C81DCD; }
a { background-color: rgb(200,29,205); }
div.DivClassName
{
background-color: #C81DCD;
}
.BgClassName
{
background-color: #C81DCD;
}
</style>
border-color css
<style>
span { border-color: #C81DCD; }
span { border-color: rgb(200,29,205); }
td.TdClassName
{
border-color: #C81DCD;
}
.TagClassName
{
border-color: #C81DCD;
}
</style>