Shades of Deep Magenta #C904BE
Tints of Deep Magenta #C904BE
RGB
CMYK
RGB Variations
Color information
#C904BE (or 0xC904BE) is known color: Deep Magenta. HEX triplet: C9, 04 and BE. RGB value is (201,4,190). Sum of RGB (Red+Green+Blue) = 201+4+190=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C904BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904BE is #36FB41. Grayscale: #535353. Windows color (decimal): -3603266 or 12453065. OLE color: 12453065.
HSL color Cylindrical-coordinate representation of color #C904BE: hue angle of 303.35º 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 #C904BE is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.21 |
| HSL | 303.35º | 0.96% | 0.4% | - |
| HSV(B) | 303.35º | 0.98% | 0.79% | - |
| XYZ | 33.43 | 16.22 | 50.08 | - |
| YUV | 84.11 | 187.77 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 190 | 0 | 0.98 | 0.05 | 0.21 | 303.35 | 0.96 | 0.4 |
| Hex | C9 | 4 | BE | 0 | 62 | 5 | 15 | 12F | 60 | 28 |
| Octal | 311 | 4 | 276 | 0 | 142 | 5 | 25 | 457 | 140 | 50 |
| Binary | 11001001 | 100 | 10111110 | 0 | 1100010 | 101 | 10101 | 100101111 | 1100000 | 101000 |
Color Harmonies of #C904BE
Complementary color
Monochromatic Colors of #C904BE
Black with #C904BE
Text Example
Text Example
White with #C904BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904BE; }
p { color: rgb(201,4,190); }
H1.HeaderClassName
{
color: #C904BE;
}
.AnyTagClassName
{
color: #C904BE;
}
</style>
background-color css
<style>
a { background-color: #C904BE; }
a { background-color: rgb(201,4,190); }
div.DivClassName
{
background-color: #C904BE;
}
.BgClassName
{
background-color: #C904BE;
}
</style>
border-color css
<style>
span { border-color: #C904BE; }
span { border-color: rgb(201,4,190); }
td.TdClassName
{
border-color: #C904BE;
}
.TagClassName
{
border-color: #C904BE;
}
</style>