Shades of Deep Magenta #C209CA
Tints of Deep Magenta #C209CA
RGB
CMYK
RGB Variations
Color information
#C209CA (or 0xC209CA) is known color: Deep Magenta. HEX triplet: C2, 09 and CA. RGB value is (194,9,202). Sum of RGB (Red+Green+Blue) = 194+9+202=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #C209CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209CA is #3DF635. Grayscale: #555555. Windows color (decimal): -4060726 or 13240770. OLE color: 13240770.
HSL color Cylindrical-coordinate representation of color #C209CA: hue angle of 297.51º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209CA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 9 | 202 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.21 |
| HSL | 297.51º | 0.91% | 0.41% | - |
| HSV(B) | 297.51º | 0.96% | 0.79% | - |
| XYZ | 33.01 | 15.93 | 57.21 | - |
| YUV | 86.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 202 | 0.04 | 0.96 | 0 | 0.21 | 297.51 | 0.91 | 0.41 |
| Hex | C2 | 9 | CA | 4 | 60 | 0 | 15 | 12A | 5B | 29 |
| Octal | 302 | 11 | 312 | 4 | 140 | 0 | 25 | 452 | 133 | 51 |
| Binary | 11000010 | 1001 | 11001010 | 100 | 1100000 | 0 | 10101 | 100101010 | 1011011 | 101001 |
Color Harmonies of #C209CA
Complementary color
Monochromatic Colors of #C209CA
Black with #C209CA
Text Example
Text Example
White with #C209CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209CA; }
p { color: rgb(194,9,202); }
H1.HeaderClassName
{
color: #C209CA;
}
.AnyTagClassName
{
color: #C209CA;
}
</style>
background-color css
<style>
a { background-color: #C209CA; }
a { background-color: rgb(194,9,202); }
div.DivClassName
{
background-color: #C209CA;
}
.BgClassName
{
background-color: #C209CA;
}
</style>
border-color css
<style>
span { border-color: #C209CA; }
span { border-color: rgb(194,9,202); }
td.TdClassName
{
border-color: #C209CA;
}
.TagClassName
{
border-color: #C209CA;
}
</style>