Shades of Deep Magenta #C205AA
Tints of Deep Magenta #C205AA
RGB
CMYK
RGB Variations
Color information
#C205AA (or 0xC205AA) is known color: Deep Magenta. HEX triplet: C2, 05 and AA. RGB value is (194,5,170). Sum of RGB (Red+Green+Blue) = 194+5+170=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C205AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205AA is #3DFA55. Grayscale: #4F4F4F. Windows color (decimal): -4061782 or 11142594. OLE color: 11142594.
HSL color Cylindrical-coordinate representation of color #C205AA: hue angle of 307.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205AA is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 170 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.24 |
| HSL | 307.62º | 0.95% | 0.39% | - |
| HSV(B) | 307.62º | 0.97% | 0.76% | - |
| XYZ | 29.56 | 14.48 | 39.27 | - |
| YUV | 80.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 170 | 0 | 0.97 | 0.12 | 0.24 | 307.62 | 0.95 | 0.39 |
| Hex | C2 | 5 | AA | 0 | 61 | C | 18 | 134 | 5F | 27 |
| Octal | 302 | 5 | 252 | 0 | 141 | 14 | 30 | 464 | 137 | 47 |
| Binary | 11000010 | 101 | 10101010 | 0 | 1100001 | 1100 | 11000 | 100110100 | 1011111 | 100111 |
Color Harmonies of #C205AA
Complementary color
Monochromatic Colors of #C205AA
Black with #C205AA
Text Example
Text Example
White with #C205AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205AA; }
p { color: rgb(194,5,170); }
H1.HeaderClassName
{
color: #C205AA;
}
.AnyTagClassName
{
color: #C205AA;
}
</style>
background-color css
<style>
a { background-color: #C205AA; }
a { background-color: rgb(194,5,170); }
div.DivClassName
{
background-color: #C205AA;
}
.BgClassName
{
background-color: #C205AA;
}
</style>
border-color css
<style>
span { border-color: #C205AA; }
span { border-color: rgb(194,5,170); }
td.TdClassName
{
border-color: #C205AA;
}
.TagClassName
{
border-color: #C205AA;
}
</style>