Shades of Deep Magenta #C904BB
Tints of Deep Magenta #C904BB
RGB
CMYK
RGB Variations
Color information
#C904BB (or 0xC904BB) is known color: Deep Magenta. HEX triplet: C9, 04 and BB. RGB value is (201,4,187). Sum of RGB (Red+Green+Blue) = 201+4+187=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C904BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904BB is #36FB44. Grayscale: #535353. Windows color (decimal): -3603269 or 12256457. OLE color: 12256457.
HSL color Cylindrical-coordinate representation of color #C904BB: hue angle of 304.26º 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 #C904BB is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.21 |
| HSL | 304.26º | 0.96% | 0.4% | - |
| HSV(B) | 304.26º | 0.98% | 0.79% | - |
| XYZ | 33.1 | 16.09 | 48.38 | - |
| YUV | 83.77 | 186.27 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 187 | 0 | 0.98 | 0.07 | 0.21 | 304.26 | 0.96 | 0.4 |
| Hex | C9 | 4 | BB | 0 | 62 | 7 | 15 | 130 | 60 | 28 |
| Octal | 311 | 4 | 273 | 0 | 142 | 7 | 25 | 460 | 140 | 50 |
| Binary | 11001001 | 100 | 10111011 | 0 | 1100010 | 111 | 10101 | 100110000 | 1100000 | 101000 |
Color Harmonies of #C904BB
Complementary color
Monochromatic Colors of #C904BB
Black with #C904BB
Text Example
Text Example
White with #C904BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904BB; }
p { color: rgb(201,4,187); }
H1.HeaderClassName
{
color: #C904BB;
}
.AnyTagClassName
{
color: #C904BB;
}
</style>
background-color css
<style>
a { background-color: #C904BB; }
a { background-color: rgb(201,4,187); }
div.DivClassName
{
background-color: #C904BB;
}
.BgClassName
{
background-color: #C904BB;
}
</style>
border-color css
<style>
span { border-color: #C904BB; }
span { border-color: rgb(201,4,187); }
td.TdClassName
{
border-color: #C904BB;
}
.TagClassName
{
border-color: #C904BB;
}
</style>