Shades of Deep Magenta #C920BB
Tints of Deep Magenta #C920BB
RGB
CMYK
RGB Variations
Color information
#C920BB (or 0xC920BB) is known color: Deep Magenta. HEX triplet: C9, 20 and BB. RGB value is (201,32,187). Sum of RGB (Red+Green+Blue) = 201+32+187=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C920BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920BB is #36DF44. Grayscale: #636363. Windows color (decimal): -3596101 or 12263625. OLE color: 12263625.
HSL color Cylindrical-coordinate representation of color #C920BB: hue angle of 304.97º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920BB is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 187 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.21 |
| HSL | 304.97º | 0.73% | 0.46% | - |
| HSV(B) | 304.97º | 0.84% | 0.79% | - |
| XYZ | 33.57 | 17.04 | 48.53 | - |
| YUV | 100.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 187 | 0 | 0.84 | 0.07 | 0.21 | 304.97 | 0.73 | 0.46 |
| Hex | C9 | 20 | BB | 0 | 54 | 7 | 15 | 131 | 49 | 2E |
| Octal | 311 | 40 | 273 | 0 | 124 | 7 | 25 | 461 | 111 | 56 |
| Binary | 11001001 | 100000 | 10111011 | 0 | 1010100 | 111 | 10101 | 100110001 | 1001001 | 101110 |
Color Harmonies of #C920BB
Complementary color
Monochromatic Colors of #C920BB
Black with #C920BB
Text Example
Text Example
White with #C920BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920BB; }
p { color: rgb(201,32,187); }
H1.HeaderClassName
{
color: #C920BB;
}
.AnyTagClassName
{
color: #C920BB;
}
</style>
background-color css
<style>
a { background-color: #C920BB; }
a { background-color: rgb(201,32,187); }
div.DivClassName
{
background-color: #C920BB;
}
.BgClassName
{
background-color: #C920BB;
}
</style>
border-color css
<style>
span { border-color: #C920BB; }
span { border-color: rgb(201,32,187); }
td.TdClassName
{
border-color: #C920BB;
}
.TagClassName
{
border-color: #C920BB;
}
</style>