Shades of Deep Magenta #C905BB
Tints of Deep Magenta #C905BB
RGB
CMYK
RGB Variations
Color information
#C905BB (or 0xC905BB) is known color: Deep Magenta. HEX triplet: C9, 05 and BB. RGB value is (201,5,187). Sum of RGB (Red+Green+Blue) = 201+5+187=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C905BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905BB is #36FA44. Grayscale: #535353. Windows color (decimal): -3603013 or 12256713. OLE color: 12256713.
HSL color Cylindrical-coordinate representation of color #C905BB: hue angle of 304.29º degrees, saturation: 0.95, 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 #C905BB is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.21 |
| HSL | 304.29º | 0.95% | 0.4% | - |
| HSV(B) | 304.29º | 0.98% | 0.79% | - |
| XYZ | 33.11 | 16.11 | 48.38 | - |
| YUV | 84.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 187 | 0 | 0.98 | 0.07 | 0.21 | 304.29 | 0.95 | 0.4 |
| Hex | C9 | 5 | BB | 0 | 62 | 7 | 15 | 130 | 5F | 28 |
| Octal | 311 | 5 | 273 | 0 | 142 | 7 | 25 | 460 | 137 | 50 |
| Binary | 11001001 | 101 | 10111011 | 0 | 1100010 | 111 | 10101 | 100110000 | 1011111 | 101000 |
Color Harmonies of #C905BB
Complementary color
Monochromatic Colors of #C905BB
Black with #C905BB
Text Example
Text Example
White with #C905BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905BB; }
p { color: rgb(201,5,187); }
H1.HeaderClassName
{
color: #C905BB;
}
.AnyTagClassName
{
color: #C905BB;
}
</style>
background-color css
<style>
a { background-color: #C905BB; }
a { background-color: rgb(201,5,187); }
div.DivClassName
{
background-color: #C905BB;
}
.BgClassName
{
background-color: #C905BB;
}
</style>
border-color css
<style>
span { border-color: #C905BB; }
span { border-color: rgb(201,5,187); }
td.TdClassName
{
border-color: #C905BB;
}
.TagClassName
{
border-color: #C905BB;
}
</style>