Shades of Deep Magenta #C904B6
Tints of Deep Magenta #C904B6
RGB
CMYK
RGB Variations
Color information
#C904B6 (or 0xC904B6) is known color: Deep Magenta. HEX triplet: C9, 04 and B6. RGB value is (201,4,182). Sum of RGB (Red+Green+Blue) = 201+4+182=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C904B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904B6 is #36FB49. Grayscale: #525252. Windows color (decimal): -3603274 or 11928777. OLE color: 11928777.
HSL color Cylindrical-coordinate representation of color #C904B6: hue angle of 305.79º 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 #C904B6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 182 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.21 |
| HSL | 305.79º | 0.96% | 0.4% | - |
| HSV(B) | 305.79º | 0.98% | 0.79% | - |
| XYZ | 32.57 | 15.88 | 45.6 | - |
| YUV | 83.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 182 | 0 | 0.98 | 0.09 | 0.21 | 305.79 | 0.96 | 0.4 |
| Hex | C9 | 4 | B6 | 0 | 62 | 9 | 15 | 132 | 60 | 28 |
| Octal | 311 | 4 | 266 | 0 | 142 | 11 | 25 | 462 | 140 | 50 |
| Binary | 11001001 | 100 | 10110110 | 0 | 1100010 | 1001 | 10101 | 100110010 | 1100000 | 101000 |
Color Harmonies of #C904B6
Complementary color
Monochromatic Colors of #C904B6
Black with #C904B6
Text Example
Text Example
White with #C904B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904B6; }
p { color: rgb(201,4,182); }
H1.HeaderClassName
{
color: #C904B6;
}
.AnyTagClassName
{
color: #C904B6;
}
</style>
background-color css
<style>
a { background-color: #C904B6; }
a { background-color: rgb(201,4,182); }
div.DivClassName
{
background-color: #C904B6;
}
.BgClassName
{
background-color: #C904B6;
}
</style>
border-color css
<style>
span { border-color: #C904B6; }
span { border-color: rgb(201,4,182); }
td.TdClassName
{
border-color: #C904B6;
}
.TagClassName
{
border-color: #C904B6;
}
</style>