Shades of Deep Magenta #C209CC
Tints of Deep Magenta #C209CC
RGB
CMYK
RGB Variations
Color information
#C209CC (or 0xC209CC) is known color: Deep Magenta. HEX triplet: C2, 09 and CC. RGB value is (194,9,204). Sum of RGB (Red+Green+Blue) = 194+9+204=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C209CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209CC is #3DF633. Grayscale: #555555. Windows color (decimal): -4060724 or 13371842. OLE color: 13371842.
HSL color Cylindrical-coordinate representation of color #C209CC: hue angle of 296.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209CC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 9 | 204 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.2 |
| HSL | 296.92º | 0.92% | 0.42% | - |
| HSV(B) | 296.92º | 0.96% | 0.8% | - |
| XYZ | 33.24 | 16.02 | 58.47 | - |
| YUV | 86.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 204 | 0.05 | 0.96 | 0 | 0.2 | 296.92 | 0.92 | 0.42 |
| Hex | C2 | 9 | CC | 5 | 60 | 0 | 14 | 129 | 5C | 2A |
| Octal | 302 | 11 | 314 | 5 | 140 | 0 | 24 | 451 | 134 | 52 |
| Binary | 11000010 | 1001 | 11001100 | 101 | 1100000 | 0 | 10100 | 100101001 | 1011100 | 101010 |
Color Harmonies of #C209CC
Complementary color
Monochromatic Colors of #C209CC
Black with #C209CC
Text Example
Text Example
White with #C209CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209CC; }
p { color: rgb(194,9,204); }
H1.HeaderClassName
{
color: #C209CC;
}
.AnyTagClassName
{
color: #C209CC;
}
</style>
background-color css
<style>
a { background-color: #C209CC; }
a { background-color: rgb(194,9,204); }
div.DivClassName
{
background-color: #C209CC;
}
.BgClassName
{
background-color: #C209CC;
}
</style>
border-color css
<style>
span { border-color: #C209CC; }
span { border-color: rgb(194,9,204); }
td.TdClassName
{
border-color: #C209CC;
}
.TagClassName
{
border-color: #C209CC;
}
</style>