Shades of Deep Magenta #C814DF
Tints of Deep Magenta #C814DF
RGB
CMYK
RGB Variations
Color information
#C814DF (or 0xC814DF) is known color: Deep Magenta. HEX triplet: C8, 14 and DF. RGB value is (200,20,223). Sum of RGB (Red+Green+Blue) = 200+20+223=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #C814DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814DF is #37EB20. Grayscale: #606060. Windows color (decimal): -3664673 or 14619848. OLE color: 14619848.
HSL color Cylindrical-coordinate representation of color #C814DF: hue angle of 293.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C814DF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 20 | 223 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.13 |
| HSL | 293.2º | 0.84% | 0.48% | - |
| HSV(B) | 293.2º | 0.91% | 0.87% | - |
| XYZ | 37.39 | 18.11 | 71.34 | - |
| YUV | 96.96 | 199.13 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 223 | 0.10 | 0.91 | 0 | 0.13 | 293.2 | 0.84 | 0.48 |
| Hex | C8 | 14 | DF | A | 5B | 0 | D | 125 | 54 | 30 |
| Octal | 310 | 24 | 337 | 12 | 133 | 0 | 15 | 445 | 124 | 60 |
| Binary | 11001000 | 10100 | 11011111 | 1010 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 110000 |
Color Harmonies of #C814DF
Complementary color
Monochromatic Colors of #C814DF
Black with #C814DF
Text Example
Text Example
White with #C814DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814DF; }
p { color: rgb(200,20,223); }
H1.HeaderClassName
{
color: #C814DF;
}
.AnyTagClassName
{
color: #C814DF;
}
</style>
background-color css
<style>
a { background-color: #C814DF; }
a { background-color: rgb(200,20,223); }
div.DivClassName
{
background-color: #C814DF;
}
.BgClassName
{
background-color: #C814DF;
}
</style>
border-color css
<style>
span { border-color: #C814DF; }
span { border-color: rgb(200,20,223); }
td.TdClassName
{
border-color: #C814DF;
}
.TagClassName
{
border-color: #C814DF;
}
</style>