Shades of Deep Magenta #C904BC
Tints of Deep Magenta #C904BC
RGB
CMYK
RGB Variations
Color information
#C904BC (or 0xC904BC) is known color: Deep Magenta. HEX triplet: C9, 04 and BC. RGB value is (201,4,188). Sum of RGB (Red+Green+Blue) = 201+4+188=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C904BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904BC is #36FB43. Grayscale: #535353. Windows color (decimal): -3603268 or 12321993. OLE color: 12321993.
HSL color Cylindrical-coordinate representation of color #C904BC: hue angle of 303.96º 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 #C904BC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.21 |
| HSL | 303.96º | 0.96% | 0.4% | - |
| HSV(B) | 303.96º | 0.98% | 0.79% | - |
| XYZ | 33.21 | 16.14 | 48.94 | - |
| YUV | 83.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 188 | 0 | 0.98 | 0.06 | 0.21 | 303.96 | 0.96 | 0.4 |
| Hex | C9 | 4 | BC | 0 | 62 | 6 | 15 | 130 | 60 | 28 |
| Octal | 311 | 4 | 274 | 0 | 142 | 6 | 25 | 460 | 140 | 50 |
| Binary | 11001001 | 100 | 10111100 | 0 | 1100010 | 110 | 10101 | 100110000 | 1100000 | 101000 |
Color Harmonies of #C904BC
Complementary color
Monochromatic Colors of #C904BC
Black with #C904BC
Text Example
Text Example
White with #C904BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904BC; }
p { color: rgb(201,4,188); }
H1.HeaderClassName
{
color: #C904BC;
}
.AnyTagClassName
{
color: #C904BC;
}
</style>
background-color css
<style>
a { background-color: #C904BC; }
a { background-color: rgb(201,4,188); }
div.DivClassName
{
background-color: #C904BC;
}
.BgClassName
{
background-color: #C904BC;
}
</style>
border-color css
<style>
span { border-color: #C904BC; }
span { border-color: rgb(201,4,188); }
td.TdClassName
{
border-color: #C904BC;
}
.TagClassName
{
border-color: #C904BC;
}
</style>