Shades of Deep Magenta #C814DC
Tints of Deep Magenta #C814DC
RGB
CMYK
RGB Variations
Color information
#C814DC (or 0xC814DC) is known color: Deep Magenta. HEX triplet: C8, 14 and DC. RGB value is (200,20,220). Sum of RGB (Red+Green+Blue) = 200+20+220=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #C814DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814DC is #37EB23. Grayscale: #606060. Windows color (decimal): -3664676 or 14423240. OLE color: 14423240.
HSL color Cylindrical-coordinate representation of color #C814DC: hue angle of 294º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C814DC is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 20 | 220 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.14 |
| HSL | 294º | 0.83% | 0.47% | - |
| HSV(B) | 294º | 0.91% | 0.86% | - |
| XYZ | 36.99 | 17.95 | 69.22 | - |
| YUV | 96.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 220 | 0.09 | 0.91 | 0 | 0.14 | 294 | 0.83 | 0.47 |
| Hex | C8 | 14 | DC | 9 | 5B | 0 | E | 126 | 53 | 2F |
| Octal | 310 | 24 | 334 | 11 | 133 | 0 | 16 | 446 | 123 | 57 |
| Binary | 11001000 | 10100 | 11011100 | 1001 | 1011011 | 0 | 1110 | 100100110 | 1010011 | 101111 |
Color Harmonies of #C814DC
Complementary color
Monochromatic Colors of #C814DC
Black with #C814DC
Text Example
Text Example
White with #C814DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814DC; }
p { color: rgb(200,20,220); }
H1.HeaderClassName
{
color: #C814DC;
}
.AnyTagClassName
{
color: #C814DC;
}
</style>
background-color css
<style>
a { background-color: #C814DC; }
a { background-color: rgb(200,20,220); }
div.DivClassName
{
background-color: #C814DC;
}
.BgClassName
{
background-color: #C814DC;
}
</style>
border-color css
<style>
span { border-color: #C814DC; }
span { border-color: rgb(200,20,220); }
td.TdClassName
{
border-color: #C814DC;
}
.TagClassName
{
border-color: #C814DC;
}
</style>