Shades of Deep Magenta #C904B5
Tints of Deep Magenta #C904B5
RGB
CMYK
RGB Variations
Color information
#C904B5 (or 0xC904B5) is known color: Deep Magenta. HEX triplet: C9, 04 and B5. RGB value is (201,4,181). Sum of RGB (Red+Green+Blue) = 201+4+181=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C904B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904B5 is #36FB4A. Grayscale: #525252. Windows color (decimal): -3603275 or 11863241. OLE color: 11863241.
HSL color Cylindrical-coordinate representation of color #C904B5: hue angle of 306.09º 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 #C904B5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.21 |
| HSL | 306.09º | 0.96% | 0.4% | - |
| HSV(B) | 306.09º | 0.98% | 0.79% | - |
| XYZ | 32.47 | 15.84 | 45.06 | - |
| YUV | 83.08 | 183.27 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 181 | 0 | 0.98 | 0.10 | 0.21 | 306.09 | 0.96 | 0.4 |
| Hex | C9 | 4 | B5 | 0 | 62 | A | 15 | 132 | 60 | 28 |
| Octal | 311 | 4 | 265 | 0 | 142 | 12 | 25 | 462 | 140 | 50 |
| Binary | 11001001 | 100 | 10110101 | 0 | 1100010 | 1010 | 10101 | 100110010 | 1100000 | 101000 |
Color Harmonies of #C904B5
Complementary color
Monochromatic Colors of #C904B5
Black with #C904B5
Text Example
Text Example
White with #C904B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904B5; }
p { color: rgb(201,4,181); }
H1.HeaderClassName
{
color: #C904B5;
}
.AnyTagClassName
{
color: #C904B5;
}
</style>
background-color css
<style>
a { background-color: #C904B5; }
a { background-color: rgb(201,4,181); }
div.DivClassName
{
background-color: #C904B5;
}
.BgClassName
{
background-color: #C904B5;
}
</style>
border-color css
<style>
span { border-color: #C904B5; }
span { border-color: rgb(201,4,181); }
td.TdClassName
{
border-color: #C904B5;
}
.TagClassName
{
border-color: #C904B5;
}
</style>