Shades of Deep Magenta #C81DC9
Tints of Deep Magenta #C81DC9
RGB
CMYK
RGB Variations
Color information
#C81DC9 (or 0xC81DC9) is known color: Deep Magenta. HEX triplet: C8, 1D and C9. RGB value is (200,29,201). Sum of RGB (Red+Green+Blue) = 200+29+201=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #C81DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DC9 is #37E236. Grayscale: #636363. Windows color (decimal): -3662391 or 13180360. OLE color: 13180360.
HSL color Cylindrical-coordinate representation of color #C81DC9: hue angle of 299.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DC9 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 29 | 201 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.21 |
| HSL | 299.65º | 0.75% | 0.45% | - |
| HSV(B) | 299.65º | 0.86% | 0.79% | - |
| XYZ | 34.8 | 17.38 | 56.78 | - |
| YUV | 99.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 201 | 0.00 | 0.86 | 0 | 0.21 | 299.65 | 0.75 | 0.45 |
| Hex | C8 | 1D | C9 | 0 | 56 | 0 | 15 | 12C | 4B | 2D |
| Octal | 310 | 35 | 311 | 0 | 126 | 0 | 25 | 454 | 113 | 55 |
| Binary | 11001000 | 11101 | 11001001 | 0 | 1010110 | 0 | 10101 | 100101100 | 1001011 | 101101 |
Color Harmonies of #C81DC9
Complementary color
Monochromatic Colors of #C81DC9
Black with #C81DC9
Text Example
Text Example
White with #C81DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DC9; }
p { color: rgb(200,29,201); }
H1.HeaderClassName
{
color: #C81DC9;
}
.AnyTagClassName
{
color: #C81DC9;
}
</style>
background-color css
<style>
a { background-color: #C81DC9; }
a { background-color: rgb(200,29,201); }
div.DivClassName
{
background-color: #C81DC9;
}
.BgClassName
{
background-color: #C81DC9;
}
</style>
border-color css
<style>
span { border-color: #C81DC9; }
span { border-color: rgb(200,29,201); }
td.TdClassName
{
border-color: #C81DC9;
}
.TagClassName
{
border-color: #C81DC9;
}
</style>