Shades of Deep Magenta #C920E2
Tints of Deep Magenta #C920E2
RGB
CMYK
RGB Variations
Color information
#C920E2 (or 0xC920E2) is known color: Deep Magenta. HEX triplet: C9, 20 and E2. RGB value is (201,32,226). Sum of RGB (Red+Green+Blue) = 201+32+226=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #C920E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920E2 is #36DF1D. Grayscale: #686868. Windows color (decimal): -3596062 or 14819529. OLE color: 14819529.
HSL color Cylindrical-coordinate representation of color #C920E2: hue angle of 292.27º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C920E2 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 32 | 226 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.11 |
| HSL | 292.27º | 0.77% | 0.51% | - |
| HSV(B) | 292.27º | 0.86% | 0.89% | - |
| XYZ | 38.33 | 18.94 | 73.59 | - |
| YUV | 104.65 | 196.49 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 226 | 0.11 | 0.86 | 0 | 0.11 | 292.27 | 0.77 | 0.51 |
| Hex | C9 | 20 | E2 | B | 56 | 0 | B | 124 | 4D | 33 |
| Octal | 311 | 40 | 342 | 13 | 126 | 0 | 13 | 444 | 115 | 63 |
| Binary | 11001001 | 100000 | 11100010 | 1011 | 1010110 | 0 | 1011 | 100100100 | 1001101 | 110011 |
Color Harmonies of #C920E2
Complementary color
Monochromatic Colors of #C920E2
Black with #C920E2
Text Example
Text Example
White with #C920E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920E2; }
p { color: rgb(201,32,226); }
H1.HeaderClassName
{
color: #C920E2;
}
.AnyTagClassName
{
color: #C920E2;
}
</style>
background-color css
<style>
a { background-color: #C920E2; }
a { background-color: rgb(201,32,226); }
div.DivClassName
{
background-color: #C920E2;
}
.BgClassName
{
background-color: #C920E2;
}
</style>
border-color css
<style>
span { border-color: #C920E2; }
span { border-color: rgb(201,32,226); }
td.TdClassName
{
border-color: #C920E2;
}
.TagClassName
{
border-color: #C920E2;
}
</style>