Shades of Deep Magenta #C900BB
Tints of Deep Magenta #C900BB
RGB
CMYK
RGB Variations
Color information
#C900BB (or 0xC900BB) is known color: Deep Magenta. HEX triplet: C9, 00 and BB. RGB value is (201,0,187). Sum of RGB (Red+Green+Blue) = 201+0+187=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C900BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900BB is #36FF44. Grayscale: #505050. Windows color (decimal): -3604293 or 12255433. OLE color: 12255433.
HSL color Cylindrical-coordinate representation of color #C900BB: hue angle of 304.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900BB is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.07 | 0.21 |
| HSL | 304.18º | 1% | 0.39% | - |
| HSV(B) | 304.18º | 1% | 0.79% | - |
| XYZ | 33.06 | 16.01 | 48.36 | - |
| YUV | 81.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 187 | 0 | 1 | 0.07 | 0.21 | 304.18 | 1 | 0.39 |
| Hex | C9 | 0 | BB | 0 | 64 | 7 | 15 | 130 | 64 | 27 |
| Octal | 311 | 0 | 273 | 0 | 144 | 7 | 25 | 460 | 144 | 47 |
| Binary | 11001001 | 0 | 10111011 | 0 | 1100100 | 111 | 10101 | 100110000 | 1100100 | 100111 |
Color Harmonies of #C900BB
Complementary color
Monochromatic Colors of #C900BB
Black with #C900BB
Text Example
Text Example
White with #C900BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900BB; }
p { color: rgb(201,0,187); }
H1.HeaderClassName
{
color: #C900BB;
}
.AnyTagClassName
{
color: #C900BB;
}
</style>
background-color css
<style>
a { background-color: #C900BB; }
a { background-color: rgb(201,0,187); }
div.DivClassName
{
background-color: #C900BB;
}
.BgClassName
{
background-color: #C900BB;
}
</style>
border-color css
<style>
span { border-color: #C900BB; }
span { border-color: rgb(201,0,187); }
td.TdClassName
{
border-color: #C900BB;
}
.TagClassName
{
border-color: #C900BB;
}
</style>