Shades of Deep Magenta #C200AA
Tints of Deep Magenta #C200AA
RGB
CMYK
RGB Variations
Color information
#C200AA (or 0xC200AA) is known color: Deep Magenta. HEX triplet: C2, 00 and AA. RGB value is (194,0,170). Sum of RGB (Red+Green+Blue) = 194+0+170=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AA is #3DFF55. Grayscale: #4C4C4C. Windows color (decimal): -4063062 or 11141314. OLE color: 11141314.
HSL color Cylindrical-coordinate representation of color #C200AA: hue angle of 307.42º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200AA is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.12 | 0.24 |
| HSL | 307.42º | 1% | 0.38% | - |
| HSV(B) | 307.42º | 1% | 0.76% | - |
| XYZ | 29.5 | 14.37 | 39.25 | - |
| YUV | 77.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 170 | 0 | 1 | 0.12 | 0.24 | 307.42 | 1 | 0.38 |
| Hex | C2 | 0 | AA | 0 | 64 | C | 18 | 133 | 64 | 26 |
| Octal | 302 | 0 | 252 | 0 | 144 | 14 | 30 | 463 | 144 | 46 |
| Binary | 11000010 | 0 | 10101010 | 0 | 1100100 | 1100 | 11000 | 100110011 | 1100100 | 100110 |
Color Harmonies of #C200AA
Complementary color
Monochromatic Colors of #C200AA
Black with #C200AA
Text Example
Text Example
White with #C200AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200AA; }
p { color: rgb(194,0,170); }
H1.HeaderClassName
{
color: #C200AA;
}
.AnyTagClassName
{
color: #C200AA;
}
</style>
background-color css
<style>
a { background-color: #C200AA; }
a { background-color: rgb(194,0,170); }
div.DivClassName
{
background-color: #C200AA;
}
.BgClassName
{
background-color: #C200AA;
}
</style>
border-color css
<style>
span { border-color: #C200AA; }
span { border-color: rgb(194,0,170); }
td.TdClassName
{
border-color: #C200AA;
}
.TagClassName
{
border-color: #C200AA;
}
</style>