Shades of Deep Magenta #C920C0
Tints of Deep Magenta #C920C0
RGB
CMYK
RGB Variations
Color information
#C920C0 (or 0xC920C0) is known color: Deep Magenta. HEX triplet: C9, 20 and C0. RGB value is (201,32,192). Sum of RGB (Red+Green+Blue) = 201+32+192=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C920C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920C0 is #36DF3F. Grayscale: #646464. Windows color (decimal): -3596096 or 12591305. OLE color: 12591305.
HSL color Cylindrical-coordinate representation of color #C920C0: hue angle of 303.2º 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 #C920C0 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 192 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.21 |
| HSL | 303.2º | 0.73% | 0.46% | - |
| HSV(B) | 303.2º | 0.84% | 0.79% | - |
| XYZ | 34.12 | 17.26 | 51.4 | - |
| YUV | 100.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 192 | 0 | 0.84 | 0.04 | 0.21 | 303.2 | 0.73 | 0.46 |
| Hex | C9 | 20 | C0 | 0 | 54 | 4 | 15 | 12F | 49 | 2E |
| Octal | 311 | 40 | 300 | 0 | 124 | 4 | 25 | 457 | 111 | 56 |
| Binary | 11001001 | 100000 | 11000000 | 0 | 1010100 | 100 | 10101 | 100101111 | 1001001 | 101110 |
Color Harmonies of #C920C0
Complementary color
Monochromatic Colors of #C920C0
Black with #C920C0
Text Example
Text Example
White with #C920C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920C0; }
p { color: rgb(201,32,192); }
H1.HeaderClassName
{
color: #C920C0;
}
.AnyTagClassName
{
color: #C920C0;
}
</style>
background-color css
<style>
a { background-color: #C920C0; }
a { background-color: rgb(201,32,192); }
div.DivClassName
{
background-color: #C920C0;
}
.BgClassName
{
background-color: #C920C0;
}
</style>
border-color css
<style>
span { border-color: #C920C0; }
span { border-color: rgb(201,32,192); }
td.TdClassName
{
border-color: #C920C0;
}
.TagClassName
{
border-color: #C920C0;
}
</style>