Shades of Deep Magenta #C922BB
Tints of Deep Magenta #C922BB
RGB
CMYK
RGB Variations
Color information
#C922BB (or 0xC922BB) is known color: Deep Magenta. HEX triplet: C9, 22 and BB. RGB value is (201,34,187). Sum of RGB (Red+Green+Blue) = 201+34+187=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C922BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922BB is #36DD44. Grayscale: #646464. Windows color (decimal): -3595589 or 12264137. OLE color: 12264137.
HSL color Cylindrical-coordinate representation of color #C922BB: hue angle of 305.03º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922BB is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 187 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.21 |
| HSL | 305.03º | 0.71% | 0.46% | - |
| HSV(B) | 305.03º | 0.83% | 0.79% | - |
| XYZ | 33.63 | 17.15 | 48.55 | - |
| YUV | 101.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 187 | 0 | 0.83 | 0.07 | 0.21 | 305.03 | 0.71 | 0.46 |
| Hex | C9 | 22 | BB | 0 | 53 | 7 | 15 | 131 | 47 | 2E |
| Octal | 311 | 42 | 273 | 0 | 123 | 7 | 25 | 461 | 107 | 56 |
| Binary | 11001001 | 100010 | 10111011 | 0 | 1010011 | 111 | 10101 | 100110001 | 1000111 | 101110 |
Color Harmonies of #C922BB
Complementary color
Monochromatic Colors of #C922BB
Black with #C922BB
Text Example
Text Example
White with #C922BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922BB; }
p { color: rgb(201,34,187); }
H1.HeaderClassName
{
color: #C922BB;
}
.AnyTagClassName
{
color: #C922BB;
}
</style>
background-color css
<style>
a { background-color: #C922BB; }
a { background-color: rgb(201,34,187); }
div.DivClassName
{
background-color: #C922BB;
}
.BgClassName
{
background-color: #C922BB;
}
</style>
border-color css
<style>
span { border-color: #C922BB; }
span { border-color: rgb(201,34,187); }
td.TdClassName
{
border-color: #C922BB;
}
.TagClassName
{
border-color: #C922BB;
}
</style>