Shades of Deep Magenta #C903A6
Tints of Deep Magenta #C903A6
RGB
CMYK
RGB Variations
Color information
#C903A6 (or 0xC903A6) is known color: Deep Magenta. HEX triplet: C9, 03 and A6. RGB value is (201,3,166). Sum of RGB (Red+Green+Blue) = 201+3+166=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C903A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C903A6 is #36FC59. Grayscale: #505050. Windows color (decimal): -3603546 or 10879945. OLE color: 10879945.
HSL color Cylindrical-coordinate representation of color #C903A6: hue angle of 310.61º 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 #C903A6 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.21 |
| HSL | 310.61º | 0.97% | 0.4% | - |
| HSV(B) | 310.61º | 0.99% | 0.79% | - |
| XYZ | 31 | 15.24 | 37.38 | - |
| YUV | 80.78 | 176.1 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 166 | 0 | 0.99 | 0.17 | 0.21 | 310.61 | 0.97 | 0.4 |
| Hex | C9 | 3 | A6 | 0 | 63 | 11 | 15 | 137 | 61 | 28 |
| Octal | 311 | 3 | 246 | 0 | 143 | 21 | 25 | 467 | 141 | 50 |
| Binary | 11001001 | 11 | 10100110 | 0 | 1100011 | 10001 | 10101 | 100110111 | 1100001 | 101000 |
Color Harmonies of #C903A6
Complementary color
Monochromatic Colors of #C903A6
Black with #C903A6
Text Example
Text Example
White with #C903A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903A6; }
p { color: rgb(201,3,166); }
H1.HeaderClassName
{
color: #C903A6;
}
.AnyTagClassName
{
color: #C903A6;
}
</style>
background-color css
<style>
a { background-color: #C903A6; }
a { background-color: rgb(201,3,166); }
div.DivClassName
{
background-color: #C903A6;
}
.BgClassName
{
background-color: #C903A6;
}
</style>
border-color css
<style>
span { border-color: #C903A6; }
span { border-color: rgb(201,3,166); }
td.TdClassName
{
border-color: #C903A6;
}
.TagClassName
{
border-color: #C903A6;
}
</style>