Shades of Deep Magenta #C920B5
Tints of Deep Magenta #C920B5
RGB
CMYK
RGB Variations
Color information
#C920B5 (or 0xC920B5) is known color: Deep Magenta. HEX triplet: C9, 20 and B5. RGB value is (201,32,181). Sum of RGB (Red+Green+Blue) = 201+32+181=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C920B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920B5 is #36DF4A. Grayscale: #636363. Windows color (decimal): -3596107 or 11870409. OLE color: 11870409.
HSL color Cylindrical-coordinate representation of color #C920B5: hue angle of 307.1º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920B5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 181 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.21 |
| HSL | 307.1º | 0.73% | 0.46% | - |
| HSV(B) | 307.1º | 0.84% | 0.79% | - |
| XYZ | 32.94 | 16.79 | 45.22 | - |
| YUV | 99.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 181 | 0 | 0.84 | 0.10 | 0.21 | 307.1 | 0.73 | 0.46 |
| Hex | C9 | 20 | B5 | 0 | 54 | A | 15 | 133 | 49 | 2E |
| Octal | 311 | 40 | 265 | 0 | 124 | 12 | 25 | 463 | 111 | 56 |
| Binary | 11001001 | 100000 | 10110101 | 0 | 1010100 | 1010 | 10101 | 100110011 | 1001001 | 101110 |
Color Harmonies of #C920B5
Complementary color
Monochromatic Colors of #C920B5
Black with #C920B5
Text Example
Text Example
White with #C920B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920B5; }
p { color: rgb(201,32,181); }
H1.HeaderClassName
{
color: #C920B5;
}
.AnyTagClassName
{
color: #C920B5;
}
</style>
background-color css
<style>
a { background-color: #C920B5; }
a { background-color: rgb(201,32,181); }
div.DivClassName
{
background-color: #C920B5;
}
.BgClassName
{
background-color: #C920B5;
}
</style>
border-color css
<style>
span { border-color: #C920B5; }
span { border-color: rgb(201,32,181); }
td.TdClassName
{
border-color: #C920B5;
}
.TagClassName
{
border-color: #C920B5;
}
</style>