Shades of Deep Magenta #C200C9
Tints of Deep Magenta #C200C9
RGB
CMYK
RGB Variations
Color information
#C200C9 (or 0xC200C9) is known color: Deep Magenta. HEX triplet: C2, 00 and C9. RGB value is (194,0,201). Sum of RGB (Red+Green+Blue) = 194+0+201=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #C200C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200C9 is #3DFF36. Grayscale: #505050. Windows color (decimal): -4063031 or 13172930. OLE color: 13172930.
HSL color Cylindrical-coordinate representation of color #C200C9: hue angle of 297.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200C9 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 0 | 201 | - |
| CMYK | 0.03 | 1 | 0 | 0.21 |
| HSL | 297.91º | 1% | 0.39% | - |
| HSV(B) | 297.91º | 1% | 0.79% | - |
| XYZ | 32.79 | 15.69 | 56.56 | - |
| YUV | 80.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 201 | 0.03 | 1 | 0 | 0.21 | 297.91 | 1 | 0.39 |
| Hex | C2 | 0 | C9 | 3 | 64 | 0 | 15 | 12A | 64 | 27 |
| Octal | 302 | 0 | 311 | 3 | 144 | 0 | 25 | 452 | 144 | 47 |
| Binary | 11000010 | 0 | 11001001 | 11 | 1100100 | 0 | 10101 | 100101010 | 1100100 | 100111 |
Color Harmonies of #C200C9
Complementary color
Monochromatic Colors of #C200C9
Black with #C200C9
Text Example
Text Example
White with #C200C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200C9; }
p { color: rgb(194,0,201); }
H1.HeaderClassName
{
color: #C200C9;
}
.AnyTagClassName
{
color: #C200C9;
}
</style>
background-color css
<style>
a { background-color: #C200C9; }
a { background-color: rgb(194,0,201); }
div.DivClassName
{
background-color: #C200C9;
}
.BgClassName
{
background-color: #C200C9;
}
</style>
border-color css
<style>
span { border-color: #C200C9; }
span { border-color: rgb(194,0,201); }
td.TdClassName
{
border-color: #C200C9;
}
.TagClassName
{
border-color: #C200C9;
}
</style>