Shades of Deep Magenta #C209C0
Tints of Deep Magenta #C209C0
RGB
CMYK
RGB Variations
Color information
#C209C0 (or 0xC209C0) is known color: Deep Magenta. HEX triplet: C2, 09 and C0. RGB value is (194,9,192). Sum of RGB (Red+Green+Blue) = 194+9+192=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C209C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209C0 is #3DF63F. Grayscale: #545454. Windows color (decimal): -4060736 or 12585410. OLE color: 12585410.
HSL color Cylindrical-coordinate representation of color #C209C0: hue angle of 300.65º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C209C0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 192 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.24 |
| HSL | 300.65º | 0.91% | 0.4% | - |
| HSV(B) | 300.65º | 0.95% | 0.76% | - |
| XYZ | 31.86 | 15.47 | 51.18 | - |
| YUV | 85.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 192 | 0 | 0.95 | 0.01 | 0.24 | 300.65 | 0.91 | 0.4 |
| Hex | C2 | 9 | C0 | 0 | 5F | 1 | 18 | 12D | 5B | 28 |
| Octal | 302 | 11 | 300 | 0 | 137 | 1 | 30 | 455 | 133 | 50 |
| Binary | 11000010 | 1001 | 11000000 | 0 | 1011111 | 1 | 11000 | 100101101 | 1011011 | 101000 |
Color Harmonies of #C209C0
Complementary color
Monochromatic Colors of #C209C0
Black with #C209C0
Text Example
Text Example
White with #C209C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209C0; }
p { color: rgb(194,9,192); }
H1.HeaderClassName
{
color: #C209C0;
}
.AnyTagClassName
{
color: #C209C0;
}
</style>
background-color css
<style>
a { background-color: #C209C0; }
a { background-color: rgb(194,9,192); }
div.DivClassName
{
background-color: #C209C0;
}
.BgClassName
{
background-color: #C209C0;
}
</style>
border-color css
<style>
span { border-color: #C209C0; }
span { border-color: rgb(194,9,192); }
td.TdClassName
{
border-color: #C209C0;
}
.TagClassName
{
border-color: #C209C0;
}
</style>