Shades of Deep Magenta #C920B6
Tints of Deep Magenta #C920B6
RGB
CMYK
RGB Variations
Color information
#C920B6 (or 0xC920B6) is known color: Deep Magenta. HEX triplet: C9, 20 and B6. RGB value is (201,32,182). Sum of RGB (Red+Green+Blue) = 201+32+182=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C920B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920B6 is #36DF49. Grayscale: #636363. Windows color (decimal): -3596106 or 11935945. OLE color: 11935945.
HSL color Cylindrical-coordinate representation of color #C920B6: hue angle of 306.75º 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 #C920B6 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 182 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.21 |
| HSL | 306.75º | 0.73% | 0.46% | - |
| HSV(B) | 306.75º | 0.84% | 0.79% | - |
| XYZ | 33.05 | 16.83 | 45.76 | - |
| YUV | 99.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 182 | 0 | 0.84 | 0.09 | 0.21 | 306.75 | 0.73 | 0.46 |
| Hex | C9 | 20 | B6 | 0 | 54 | 9 | 15 | 133 | 49 | 2E |
| Octal | 311 | 40 | 266 | 0 | 124 | 11 | 25 | 463 | 111 | 56 |
| Binary | 11001001 | 100000 | 10110110 | 0 | 1010100 | 1001 | 10101 | 100110011 | 1001001 | 101110 |
Color Harmonies of #C920B6
Complementary color
Monochromatic Colors of #C920B6
Black with #C920B6
Text Example
Text Example
White with #C920B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920B6; }
p { color: rgb(201,32,182); }
H1.HeaderClassName
{
color: #C920B6;
}
.AnyTagClassName
{
color: #C920B6;
}
</style>
background-color css
<style>
a { background-color: #C920B6; }
a { background-color: rgb(201,32,182); }
div.DivClassName
{
background-color: #C920B6;
}
.BgClassName
{
background-color: #C920B6;
}
</style>
border-color css
<style>
span { border-color: #C920B6; }
span { border-color: rgb(201,32,182); }
td.TdClassName
{
border-color: #C920B6;
}
.TagClassName
{
border-color: #C920B6;
}
</style>