Shades of Deep Magenta #C922B0
Tints of Deep Magenta #C922B0
RGB
CMYK
RGB Variations
Color information
#C922B0 (or 0xC922B0) is known color: Deep Magenta. HEX triplet: C9, 22 and B0. RGB value is (201,34,176). Sum of RGB (Red+Green+Blue) = 201+34+176=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C922B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C922B0 is #36DD4F. Grayscale: #636363. Windows color (decimal): -3595600 or 11543241. OLE color: 11543241.
HSL color Cylindrical-coordinate representation of color #C922B0: hue angle of 308.98º 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 #C922B0 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 176 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.21 |
| HSL | 308.98º | 0.71% | 0.46% | - |
| HSV(B) | 308.98º | 0.83% | 0.79% | - |
| XYZ | 32.5 | 16.7 | 42.58 | - |
| YUV | 100.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 176 | 0 | 0.83 | 0.12 | 0.21 | 308.98 | 0.71 | 0.46 |
| Hex | C9 | 22 | B0 | 0 | 53 | C | 15 | 135 | 47 | 2E |
| Octal | 311 | 42 | 260 | 0 | 123 | 14 | 25 | 465 | 107 | 56 |
| Binary | 11001001 | 100010 | 10110000 | 0 | 1010011 | 1100 | 10101 | 100110101 | 1000111 | 101110 |
Color Harmonies of #C922B0
Complementary color
Monochromatic Colors of #C922B0
Black with #C922B0
Text Example
Text Example
White with #C922B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922B0; }
p { color: rgb(201,34,176); }
H1.HeaderClassName
{
color: #C922B0;
}
.AnyTagClassName
{
color: #C922B0;
}
</style>
background-color css
<style>
a { background-color: #C922B0; }
a { background-color: rgb(201,34,176); }
div.DivClassName
{
background-color: #C922B0;
}
.BgClassName
{
background-color: #C922B0;
}
</style>
border-color css
<style>
span { border-color: #C922B0; }
span { border-color: rgb(201,34,176); }
td.TdClassName
{
border-color: #C922B0;
}
.TagClassName
{
border-color: #C922B0;
}
</style>