Shades of Deep Magenta #C922BE
Tints of Deep Magenta #C922BE
RGB
CMYK
RGB Variations
Color information
#C922BE (or 0xC922BE) is known color: Deep Magenta. HEX triplet: C9, 22 and BE. RGB value is (201,34,190). Sum of RGB (Red+Green+Blue) = 201+34+190=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C922BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922BE is #36DD41. Grayscale: #656565. Windows color (decimal): -3595586 or 12460745. OLE color: 12460745.
HSL color Cylindrical-coordinate representation of color #C922BE: hue angle of 303.95º 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 #C922BE is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 190 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.21 |
| HSL | 303.95º | 0.71% | 0.46% | - |
| HSV(B) | 303.95º | 0.83% | 0.79% | - |
| XYZ | 33.95 | 17.28 | 50.26 | - |
| YUV | 101.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 190 | 0 | 0.83 | 0.05 | 0.21 | 303.95 | 0.71 | 0.46 |
| Hex | C9 | 22 | BE | 0 | 53 | 5 | 15 | 130 | 47 | 2E |
| Octal | 311 | 42 | 276 | 0 | 123 | 5 | 25 | 460 | 107 | 56 |
| Binary | 11001001 | 100010 | 10111110 | 0 | 1010011 | 101 | 10101 | 100110000 | 1000111 | 101110 |
Color Harmonies of #C922BE
Complementary color
Monochromatic Colors of #C922BE
Black with #C922BE
Text Example
Text Example
White with #C922BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922BE; }
p { color: rgb(201,34,190); }
H1.HeaderClassName
{
color: #C922BE;
}
.AnyTagClassName
{
color: #C922BE;
}
</style>
background-color css
<style>
a { background-color: #C922BE; }
a { background-color: rgb(201,34,190); }
div.DivClassName
{
background-color: #C922BE;
}
.BgClassName
{
background-color: #C922BE;
}
</style>
border-color css
<style>
span { border-color: #C922BE; }
span { border-color: rgb(201,34,190); }
td.TdClassName
{
border-color: #C922BE;
}
.TagClassName
{
border-color: #C922BE;
}
</style>