Shades of Deep Magenta #C903AA
Tints of Deep Magenta #C903AA
RGB
CMYK
RGB Variations
Color information
#C903AA (or 0xC903AA) is known color: Deep Magenta. HEX triplet: C9, 03 and AA. RGB value is (201,3,170). Sum of RGB (Red+Green+Blue) = 201+3+170=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C903AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C903AA is #36FC55. Grayscale: #505050. Windows color (decimal): -3603542 or 11142089. OLE color: 11142089.
HSL color Cylindrical-coordinate representation of color #C903AA: hue angle of 309.39º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903AA is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 170 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.21 |
| HSL | 309.39º | 0.97% | 0.4% | - |
| HSV(B) | 309.39º | 0.99% | 0.79% | - |
| XYZ | 31.38 | 15.38 | 39.35 | - |
| YUV | 81.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 170 | 0 | 0.99 | 0.15 | 0.21 | 309.39 | 0.97 | 0.4 |
| Hex | C9 | 3 | AA | 0 | 63 | F | 15 | 135 | 61 | 28 |
| Octal | 311 | 3 | 252 | 0 | 143 | 17 | 25 | 465 | 141 | 50 |
| Binary | 11001001 | 11 | 10101010 | 0 | 1100011 | 1111 | 10101 | 100110101 | 1100001 | 101000 |
Color Harmonies of #C903AA
Complementary color
Monochromatic Colors of #C903AA
Black with #C903AA
Text Example
Text Example
White with #C903AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903AA; }
p { color: rgb(201,3,170); }
H1.HeaderClassName
{
color: #C903AA;
}
.AnyTagClassName
{
color: #C903AA;
}
</style>
background-color css
<style>
a { background-color: #C903AA; }
a { background-color: rgb(201,3,170); }
div.DivClassName
{
background-color: #C903AA;
}
.BgClassName
{
background-color: #C903AA;
}
</style>
border-color css
<style>
span { border-color: #C903AA; }
span { border-color: rgb(201,3,170); }
td.TdClassName
{
border-color: #C903AA;
}
.TagClassName
{
border-color: #C903AA;
}
</style>