Shades of Deep Magenta #C922B5
Tints of Deep Magenta #C922B5
RGB
CMYK
RGB Variations
Color information
#C922B5 (or 0xC922B5) is known color: Deep Magenta. HEX triplet: C9, 22 and B5. RGB value is (201,34,181). Sum of RGB (Red+Green+Blue) = 201+34+181=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C922B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922B5 is #36DD4A. Grayscale: #646464. Windows color (decimal): -3595595 or 11870921. OLE color: 11870921.
HSL color Cylindrical-coordinate representation of color #C922B5: hue angle of 307.19º 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 #C922B5 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 181 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.21 |
| HSL | 307.19º | 0.71% | 0.46% | - |
| HSV(B) | 307.19º | 0.83% | 0.79% | - |
| XYZ | 33 | 16.9 | 45.24 | - |
| YUV | 100.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 181 | 0 | 0.83 | 0.10 | 0.21 | 307.19 | 0.71 | 0.46 |
| Hex | C9 | 22 | B5 | 0 | 53 | A | 15 | 133 | 47 | 2E |
| Octal | 311 | 42 | 265 | 0 | 123 | 12 | 25 | 463 | 107 | 56 |
| Binary | 11001001 | 100010 | 10110101 | 0 | 1010011 | 1010 | 10101 | 100110011 | 1000111 | 101110 |
Color Harmonies of #C922B5
Complementary color
Monochromatic Colors of #C922B5
Black with #C922B5
Text Example
Text Example
White with #C922B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922B5; }
p { color: rgb(201,34,181); }
H1.HeaderClassName
{
color: #C922B5;
}
.AnyTagClassName
{
color: #C922B5;
}
</style>
background-color css
<style>
a { background-color: #C922B5; }
a { background-color: rgb(201,34,181); }
div.DivClassName
{
background-color: #C922B5;
}
.BgClassName
{
background-color: #C922B5;
}
</style>
border-color css
<style>
span { border-color: #C922B5; }
span { border-color: rgb(201,34,181); }
td.TdClassName
{
border-color: #C922B5;
}
.TagClassName
{
border-color: #C922B5;
}
</style>