Shades of Deep Magenta #C200CA
Tints of Deep Magenta #C200CA
RGB
CMYK
RGB Variations
Color information
#C200CA (or 0xC200CA) is known color: Deep Magenta. HEX triplet: C2, 00 and CA. RGB value is (194,0,202). Sum of RGB (Red+Green+Blue) = 194+0+202=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #C200CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200CA is #3DFF35. Grayscale: #505050. Windows color (decimal): -4063030 or 13238466. OLE color: 13238466.
HSL color Cylindrical-coordinate representation of color #C200CA: hue angle of 297.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200CA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 0 | 202 | - |
| CMYK | 0.04 | 1 | 0 | 0.21 |
| HSL | 297.62º | 1% | 0.4% | - |
| HSV(B) | 297.62º | 1% | 0.79% | - |
| XYZ | 32.91 | 15.73 | 57.18 | - |
| YUV | 81.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 202 | 0.04 | 1 | 0 | 0.21 | 297.62 | 1 | 0.4 |
| Hex | C2 | 0 | CA | 4 | 64 | 0 | 15 | 12A | 64 | 28 |
| Octal | 302 | 0 | 312 | 4 | 144 | 0 | 25 | 452 | 144 | 50 |
| Binary | 11000010 | 0 | 11001010 | 100 | 1100100 | 0 | 10101 | 100101010 | 1100100 | 101000 |
Color Harmonies of #C200CA
Complementary color
Monochromatic Colors of #C200CA
Black with #C200CA
Text Example
Text Example
White with #C200CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200CA; }
p { color: rgb(194,0,202); }
H1.HeaderClassName
{
color: #C200CA;
}
.AnyTagClassName
{
color: #C200CA;
}
</style>
background-color css
<style>
a { background-color: #C200CA; }
a { background-color: rgb(194,0,202); }
div.DivClassName
{
background-color: #C200CA;
}
.BgClassName
{
background-color: #C200CA;
}
</style>
border-color css
<style>
span { border-color: #C200CA; }
span { border-color: rgb(194,0,202); }
td.TdClassName
{
border-color: #C200CA;
}
.TagClassName
{
border-color: #C200CA;
}
</style>