Shades of Deep Magenta #C810CD
Tints of Deep Magenta #C810CD
RGB
CMYK
RGB Variations
Color information
#C810CD (or 0xC810CD) is known color: Deep Magenta. HEX triplet: C8, 10 and CD. RGB value is (200,16,205). Sum of RGB (Red+Green+Blue) = 200+16+205=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C810CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810CD is #37EF32. Grayscale: #5B5B5B. Windows color (decimal): -3665715 or 13439176. OLE color: 13439176.
HSL color Cylindrical-coordinate representation of color #C810CD: hue angle of 298.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810CD is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 16 | 205 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.20 |
| HSL | 298.41º | 0.86% | 0.43% | - |
| HSV(B) | 298.41º | 0.92% | 0.8% | - |
| XYZ | 35.02 | 17.06 | 59.2 | - |
| YUV | 92.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 205 | 0.02 | 0.92 | 0 | 0.20 | 298.41 | 0.86 | 0.43 |
| Hex | C8 | 10 | CD | 2 | 5C | 0 | 14 | 12A | 56 | 2B |
| Octal | 310 | 20 | 315 | 2 | 134 | 0 | 24 | 452 | 126 | 53 |
| Binary | 11001000 | 10000 | 11001101 | 10 | 1011100 | 0 | 10100 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C810CD
Complementary color
Monochromatic Colors of #C810CD
Black with #C810CD
Text Example
Text Example
White with #C810CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810CD; }
p { color: rgb(200,16,205); }
H1.HeaderClassName
{
color: #C810CD;
}
.AnyTagClassName
{
color: #C810CD;
}
</style>
background-color css
<style>
a { background-color: #C810CD; }
a { background-color: rgb(200,16,205); }
div.DivClassName
{
background-color: #C810CD;
}
.BgClassName
{
background-color: #C810CD;
}
</style>
border-color css
<style>
span { border-color: #C810CD; }
span { border-color: rgb(200,16,205); }
td.TdClassName
{
border-color: #C810CD;
}
.TagClassName
{
border-color: #C810CD;
}
</style>