Shades of Deep Magenta #C814D2
Tints of Deep Magenta #C814D2
RGB
CMYK
RGB Variations
Color information
#C814D2 (or 0xC814D2) is known color: Deep Magenta. HEX triplet: C8, 14 and D2. RGB value is (200,20,210). Sum of RGB (Red+Green+Blue) = 200+20+210=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #C814D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814D2 is #37EB2D. Grayscale: #5E5E5E. Windows color (decimal): -3664686 or 13767880. OLE color: 13767880.
HSL color Cylindrical-coordinate representation of color #C814D2: hue angle of 296.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814D2 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 20 | 210 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.18 |
| HSL | 296.84º | 0.83% | 0.45% | - |
| HSV(B) | 296.84º | 0.9% | 0.82% | - |
| XYZ | 35.7 | 17.43 | 62.46 | - |
| YUV | 95.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 210 | 0.05 | 0.90 | 0 | 0.18 | 296.84 | 0.83 | 0.45 |
| Hex | C8 | 14 | D2 | 5 | 5A | 0 | 12 | 129 | 53 | 2D |
| Octal | 310 | 24 | 322 | 5 | 132 | 0 | 22 | 451 | 123 | 55 |
| Binary | 11001000 | 10100 | 11010010 | 101 | 1011010 | 0 | 10010 | 100101001 | 1010011 | 101101 |
Color Harmonies of #C814D2
Complementary color
Monochromatic Colors of #C814D2
Black with #C814D2
Text Example
Text Example
White with #C814D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814D2; }
p { color: rgb(200,20,210); }
H1.HeaderClassName
{
color: #C814D2;
}
.AnyTagClassName
{
color: #C814D2;
}
</style>
background-color css
<style>
a { background-color: #C814D2; }
a { background-color: rgb(200,20,210); }
div.DivClassName
{
background-color: #C814D2;
}
.BgClassName
{
background-color: #C814D2;
}
</style>
border-color css
<style>
span { border-color: #C814D2; }
span { border-color: rgb(200,20,210); }
td.TdClassName
{
border-color: #C814D2;
}
.TagClassName
{
border-color: #C814D2;
}
</style>