Shades of Deep Magenta #C203AA
Tints of Deep Magenta #C203AA
RGB
CMYK
RGB Variations
Color information
#C203AA (or 0xC203AA) is known color: Deep Magenta. HEX triplet: C2, 03 and AA. RGB value is (194,3,170). Sum of RGB (Red+Green+Blue) = 194+3+170=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C203AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203AA is #3DFC55. Grayscale: #4E4E4E. Windows color (decimal): -4062294 or 11142082. OLE color: 11142082.
HSL color Cylindrical-coordinate representation of color #C203AA: hue angle of 307.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203AA is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 170 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.24 |
| HSL | 307.54º | 0.97% | 0.39% | - |
| HSV(B) | 307.54º | 0.98% | 0.76% | - |
| XYZ | 29.54 | 14.44 | 39.26 | - |
| YUV | 79.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 170 | 0 | 0.98 | 0.12 | 0.24 | 307.54 | 0.97 | 0.39 |
| Hex | C2 | 3 | AA | 0 | 62 | C | 18 | 134 | 61 | 27 |
| Octal | 302 | 3 | 252 | 0 | 142 | 14 | 30 | 464 | 141 | 47 |
| Binary | 11000010 | 11 | 10101010 | 0 | 1100010 | 1100 | 11000 | 100110100 | 1100001 | 100111 |
Color Harmonies of #C203AA
Complementary color
Monochromatic Colors of #C203AA
Black with #C203AA
Text Example
Text Example
White with #C203AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203AA; }
p { color: rgb(194,3,170); }
H1.HeaderClassName
{
color: #C203AA;
}
.AnyTagClassName
{
color: #C203AA;
}
</style>
background-color css
<style>
a { background-color: #C203AA; }
a { background-color: rgb(194,3,170); }
div.DivClassName
{
background-color: #C203AA;
}
.BgClassName
{
background-color: #C203AA;
}
</style>
border-color css
<style>
span { border-color: #C203AA; }
span { border-color: rgb(194,3,170); }
td.TdClassName
{
border-color: #C203AA;
}
.TagClassName
{
border-color: #C203AA;
}
</style>