Shades of Deep Magenta #C922C0
Tints of Deep Magenta #C922C0
RGB
CMYK
RGB Variations
Color information
#C922C0 (or 0xC922C0) is known color: Deep Magenta. HEX triplet: C9, 22 and C0. RGB value is (201,34,192). Sum of RGB (Red+Green+Blue) = 201+34+192=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C922C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922C0 is #36DD3F. Grayscale: #656565. Windows color (decimal): -3595584 or 12591817. OLE color: 12591817.
HSL color Cylindrical-coordinate representation of color #C922C0: hue angle of 303.23º 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 #C922C0 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 192 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.21 |
| HSL | 303.23º | 0.71% | 0.46% | - |
| HSV(B) | 303.23º | 0.83% | 0.79% | - |
| XYZ | 34.17 | 17.37 | 51.42 | - |
| YUV | 101.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 192 | 0 | 0.83 | 0.04 | 0.21 | 303.23 | 0.71 | 0.46 |
| Hex | C9 | 22 | C0 | 0 | 53 | 4 | 15 | 12F | 47 | 2E |
| Octal | 311 | 42 | 300 | 0 | 123 | 4 | 25 | 457 | 107 | 56 |
| Binary | 11001001 | 100010 | 11000000 | 0 | 1010011 | 100 | 10101 | 100101111 | 1000111 | 101110 |
Color Harmonies of #C922C0
Complementary color
Monochromatic Colors of #C922C0
Black with #C922C0
Text Example
Text Example
White with #C922C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922C0; }
p { color: rgb(201,34,192); }
H1.HeaderClassName
{
color: #C922C0;
}
.AnyTagClassName
{
color: #C922C0;
}
</style>
background-color css
<style>
a { background-color: #C922C0; }
a { background-color: rgb(201,34,192); }
div.DivClassName
{
background-color: #C922C0;
}
.BgClassName
{
background-color: #C922C0;
}
</style>
border-color css
<style>
span { border-color: #C922C0; }
span { border-color: rgb(201,34,192); }
td.TdClassName
{
border-color: #C922C0;
}
.TagClassName
{
border-color: #C922C0;
}
</style>