Shades of Deep Magenta #C810D2
Tints of Deep Magenta #C810D2
RGB
CMYK
RGB Variations
Color information
#C810D2 (or 0xC810D2) is known color: Deep Magenta. HEX triplet: C8, 10 and D2. RGB value is (200,16,210). Sum of RGB (Red+Green+Blue) = 200+16+210=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #C810D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810D2 is #37EF2D. Grayscale: #5C5C5C. Windows color (decimal): -3665710 or 13766856. OLE color: 13766856.
HSL color Cylindrical-coordinate representation of color #C810D2: hue angle of 296.91º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810D2 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 16 | 210 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.18 |
| HSL | 296.91º | 0.86% | 0.44% | - |
| HSV(B) | 296.91º | 0.92% | 0.82% | - |
| XYZ | 35.64 | 17.3 | 62.43 | - |
| YUV | 93.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 210 | 0.05 | 0.92 | 0 | 0.18 | 296.91 | 0.86 | 0.44 |
| Hex | C8 | 10 | D2 | 5 | 5C | 0 | 12 | 129 | 56 | 2C |
| Octal | 310 | 20 | 322 | 5 | 134 | 0 | 22 | 451 | 126 | 54 |
| Binary | 11001000 | 10000 | 11010010 | 101 | 1011100 | 0 | 10010 | 100101001 | 1010110 | 101100 |
Color Harmonies of #C810D2
Complementary color
Monochromatic Colors of #C810D2
Black with #C810D2
Text Example
Text Example
White with #C810D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810D2; }
p { color: rgb(200,16,210); }
H1.HeaderClassName
{
color: #C810D2;
}
.AnyTagClassName
{
color: #C810D2;
}
</style>
background-color css
<style>
a { background-color: #C810D2; }
a { background-color: rgb(200,16,210); }
div.DivClassName
{
background-color: #C810D2;
}
.BgClassName
{
background-color: #C810D2;
}
</style>
border-color css
<style>
span { border-color: #C810D2; }
span { border-color: rgb(200,16,210); }
td.TdClassName
{
border-color: #C810D2;
}
.TagClassName
{
border-color: #C810D2;
}
</style>