Shades of Deep Magenta #C201AA
Tints of Deep Magenta #C201AA
RGB
CMYK
RGB Variations
Color information
#C201AA (or 0xC201AA) is known color: Deep Magenta. HEX triplet: C2, 01 and AA. RGB value is (194,1,170). Sum of RGB (Red+Green+Blue) = 194+1+170=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C201AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201AA is #3DFE55. Grayscale: #4D4D4D. Windows color (decimal): -4062806 or 11141570. OLE color: 11141570.
HSL color Cylindrical-coordinate representation of color #C201AA: hue angle of 307.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201AA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 170 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.24 |
| HSL | 307.46º | 0.99% | 0.38% | - |
| HSV(B) | 307.46º | 0.99% | 0.76% | - |
| XYZ | 29.51 | 14.39 | 39.25 | - |
| YUV | 77.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 170 | 0 | 0.99 | 0.12 | 0.24 | 307.46 | 0.99 | 0.38 |
| Hex | C2 | 1 | AA | 0 | 63 | C | 18 | 133 | 63 | 26 |
| Octal | 302 | 1 | 252 | 0 | 143 | 14 | 30 | 463 | 143 | 46 |
| Binary | 11000010 | 1 | 10101010 | 0 | 1100011 | 1100 | 11000 | 100110011 | 1100011 | 100110 |
Color Harmonies of #C201AA
Complementary color
Monochromatic Colors of #C201AA
Black with #C201AA
Text Example
Text Example
White with #C201AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201AA; }
p { color: rgb(194,1,170); }
H1.HeaderClassName
{
color: #C201AA;
}
.AnyTagClassName
{
color: #C201AA;
}
</style>
background-color css
<style>
a { background-color: #C201AA; }
a { background-color: rgb(194,1,170); }
div.DivClassName
{
background-color: #C201AA;
}
.BgClassName
{
background-color: #C201AA;
}
</style>
border-color css
<style>
span { border-color: #C201AA; }
span { border-color: rgb(194,1,170); }
td.TdClassName
{
border-color: #C201AA;
}
.TagClassName
{
border-color: #C201AA;
}
</style>