Shades of Deep Magenta #C209DF
Tints of Deep Magenta #C209DF
RGB
CMYK
RGB Variations
Color information
#C209DF (or 0xC209DF) is known color: Deep Magenta. HEX triplet: C2, 09 and DF. RGB value is (194,9,223). Sum of RGB (Red+Green+Blue) = 194+9+223=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C209DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209DF is #3DF620. Grayscale: #585858. Windows color (decimal): -4060705 or 14617026. OLE color: 14617026.
HSL color Cylindrical-coordinate representation of color #C209DF: hue angle of 291.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209DF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 9 | 223 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.13 |
| HSL | 291.87º | 0.92% | 0.45% | - |
| HSV(B) | 291.87º | 0.96% | 0.87% | - |
| XYZ | 35.67 | 16.99 | 71.21 | - |
| YUV | 88.71 | 203.79 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 223 | 0.13 | 0.96 | 0 | 0.13 | 291.87 | 0.92 | 0.45 |
| Hex | C2 | 9 | DF | D | 60 | 0 | D | 124 | 5C | 2D |
| Octal | 302 | 11 | 337 | 15 | 140 | 0 | 15 | 444 | 134 | 55 |
| Binary | 11000010 | 1001 | 11011111 | 1101 | 1100000 | 0 | 1101 | 100100100 | 1011100 | 101101 |
Color Harmonies of #C209DF
Complementary color
Monochromatic Colors of #C209DF
Black with #C209DF
Text Example
Text Example
White with #C209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209DF; }
p { color: rgb(194,9,223); }
H1.HeaderClassName
{
color: #C209DF;
}
.AnyTagClassName
{
color: #C209DF;
}
</style>
background-color css
<style>
a { background-color: #C209DF; }
a { background-color: rgb(194,9,223); }
div.DivClassName
{
background-color: #C209DF;
}
.BgClassName
{
background-color: #C209DF;
}
</style>
border-color css
<style>
span { border-color: #C209DF; }
span { border-color: rgb(194,9,223); }
td.TdClassName
{
border-color: #C209DF;
}
.TagClassName
{
border-color: #C209DF;
}
</style>