Shades of Deep Magenta #C920B2
Tints of Deep Magenta #C920B2
RGB
CMYK
RGB Variations
Color information
#C920B2 (or 0xC920B2) is known color: Deep Magenta. HEX triplet: C9, 20 and B2. RGB value is (201,32,178). Sum of RGB (Red+Green+Blue) = 201+32+178=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C920B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920B2 is #36DF4D. Grayscale: #626262. Windows color (decimal): -3596110 or 11673801. OLE color: 11673801.
HSL color Cylindrical-coordinate representation of color #C920B2: hue angle of 308.17º 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 #C920B2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 178 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.21 |
| HSL | 308.17º | 0.73% | 0.46% | - |
| HSV(B) | 308.17º | 0.84% | 0.79% | - |
| XYZ | 32.64 | 16.66 | 43.62 | - |
| YUV | 99.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 178 | 0 | 0.84 | 0.11 | 0.21 | 308.17 | 0.73 | 0.46 |
| Hex | C9 | 20 | B2 | 0 | 54 | B | 15 | 134 | 49 | 2E |
| Octal | 311 | 40 | 262 | 0 | 124 | 13 | 25 | 464 | 111 | 56 |
| Binary | 11001001 | 100000 | 10110010 | 0 | 1010100 | 1011 | 10101 | 100110100 | 1001001 | 101110 |
Color Harmonies of #C920B2
Complementary color
Monochromatic Colors of #C920B2
Black with #C920B2
Text Example
Text Example
White with #C920B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920B2; }
p { color: rgb(201,32,178); }
H1.HeaderClassName
{
color: #C920B2;
}
.AnyTagClassName
{
color: #C920B2;
}
</style>
background-color css
<style>
a { background-color: #C920B2; }
a { background-color: rgb(201,32,178); }
div.DivClassName
{
background-color: #C920B2;
}
.BgClassName
{
background-color: #C920B2;
}
</style>
border-color css
<style>
span { border-color: #C920B2; }
span { border-color: rgb(201,32,178); }
td.TdClassName
{
border-color: #C920B2;
}
.TagClassName
{
border-color: #C920B2;
}
</style>