Shades of Deep Magenta #C009D1
Tints of Deep Magenta #C009D1
RGB
CMYK
RGB Variations
Color information
#C009D1 (or 0xC009D1) is known color: Deep Magenta. HEX triplet: C0, 09 and D1. RGB value is (192,9,209). Sum of RGB (Red+Green+Blue) = 192+9+209=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #C009D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009D1 is #3FF62E. Grayscale: #555555. Windows color (decimal): -4191791 or 13699520. OLE color: 13699520.
HSL color Cylindrical-coordinate representation of color #C009D1: hue angle of 294.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009D1 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 9 | 209 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.18 |
| HSL | 294.9º | 0.92% | 0.43% | - |
| HSV(B) | 294.9º | 0.96% | 0.82% | - |
| XYZ | 33.34 | 16.01 | 61.65 | - |
| YUV | 86.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 209 | 0.08 | 0.96 | 0 | 0.18 | 294.9 | 0.92 | 0.43 |
| Hex | C0 | 9 | D1 | 8 | 60 | 0 | 12 | 127 | 5C | 2B |
| Octal | 300 | 11 | 321 | 10 | 140 | 0 | 22 | 447 | 134 | 53 |
| Binary | 11000000 | 1001 | 11010001 | 1000 | 1100000 | 0 | 10010 | 100100111 | 1011100 | 101011 |
Color Harmonies of #C009D1
Complementary color
Monochromatic Colors of #C009D1
Black with #C009D1
Text Example
Text Example
White with #C009D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009D1; }
p { color: rgb(192,9,209); }
H1.HeaderClassName
{
color: #C009D1;
}
.AnyTagClassName
{
color: #C009D1;
}
</style>
background-color css
<style>
a { background-color: #C009D1; }
a { background-color: rgb(192,9,209); }
div.DivClassName
{
background-color: #C009D1;
}
.BgClassName
{
background-color: #C009D1;
}
</style>
border-color css
<style>
span { border-color: #C009D1; }
span { border-color: rgb(192,9,209); }
td.TdClassName
{
border-color: #C009D1;
}
.TagClassName
{
border-color: #C009D1;
}
</style>