Shades of Deep Magenta #C904A7
Tints of Deep Magenta #C904A7
RGB
CMYK
RGB Variations
Color information
#C904A7 (or 0xC904A7) is known color: Deep Magenta. HEX triplet: C9, 04 and A7. RGB value is (201,4,167). Sum of RGB (Red+Green+Blue) = 201+4+167=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C904A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C904A7 is #36FB58. Grayscale: #515151. Windows color (decimal): -3603289 or 10945737. OLE color: 10945737.
HSL color Cylindrical-coordinate representation of color #C904A7: hue angle of 310.36º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904A7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.21 |
| HSL | 310.36º | 0.96% | 0.4% | - |
| HSV(B) | 310.36º | 0.98% | 0.79% | - |
| XYZ | 31.11 | 15.29 | 37.87 | - |
| YUV | 81.49 | 176.27 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 167 | 0 | 0.98 | 0.17 | 0.21 | 310.36 | 0.96 | 0.4 |
| Hex | C9 | 4 | A7 | 0 | 62 | 11 | 15 | 136 | 60 | 28 |
| Octal | 311 | 4 | 247 | 0 | 142 | 21 | 25 | 466 | 140 | 50 |
| Binary | 11001001 | 100 | 10100111 | 0 | 1100010 | 10001 | 10101 | 100110110 | 1100000 | 101000 |
Color Harmonies of #C904A7
Complementary color
Monochromatic Colors of #C904A7
Black with #C904A7
Text Example
Text Example
White with #C904A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904A7; }
p { color: rgb(201,4,167); }
H1.HeaderClassName
{
color: #C904A7;
}
.AnyTagClassName
{
color: #C904A7;
}
</style>
background-color css
<style>
a { background-color: #C904A7; }
a { background-color: rgb(201,4,167); }
div.DivClassName
{
background-color: #C904A7;
}
.BgClassName
{
background-color: #C904A7;
}
</style>
border-color css
<style>
span { border-color: #C904A7; }
span { border-color: rgb(201,4,167); }
td.TdClassName
{
border-color: #C904A7;
}
.TagClassName
{
border-color: #C904A7;
}
</style>