Shades of Deep Magenta #C920C2
Tints of Deep Magenta #C920C2
RGB
CMYK
RGB Variations
Color information
#C920C2 (or 0xC920C2) is known color: Deep Magenta. HEX triplet: C9, 20 and C2. RGB value is (201,32,194). Sum of RGB (Red+Green+Blue) = 201+32+194=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C920C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920C2 is #36DF3D. Grayscale: #646464. Windows color (decimal): -3596094 or 12722377. OLE color: 12722377.
HSL color Cylindrical-coordinate representation of color #C920C2: hue angle of 302.49º 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 #C920C2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.21 |
| HSL | 302.49º | 0.73% | 0.46% | - |
| HSV(B) | 302.49º | 0.84% | 0.79% | - |
| XYZ | 34.34 | 17.35 | 52.58 | - |
| YUV | 101 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 194 | 0 | 0.84 | 0.03 | 0.21 | 302.49 | 0.73 | 0.46 |
| Hex | C9 | 20 | C2 | 0 | 54 | 3 | 15 | 12E | 49 | 2E |
| Octal | 311 | 40 | 302 | 0 | 124 | 3 | 25 | 456 | 111 | 56 |
| Binary | 11001001 | 100000 | 11000010 | 0 | 1010100 | 11 | 10101 | 100101110 | 1001001 | 101110 |
Color Harmonies of #C920C2
Complementary color
Monochromatic Colors of #C920C2
Black with #C920C2
Text Example
Text Example
White with #C920C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920C2; }
p { color: rgb(201,32,194); }
H1.HeaderClassName
{
color: #C920C2;
}
.AnyTagClassName
{
color: #C920C2;
}
</style>
background-color css
<style>
a { background-color: #C920C2; }
a { background-color: rgb(201,32,194); }
div.DivClassName
{
background-color: #C920C2;
}
.BgClassName
{
background-color: #C920C2;
}
</style>
border-color css
<style>
span { border-color: #C920C2; }
span { border-color: rgb(201,32,194); }
td.TdClassName
{
border-color: #C920C2;
}
.TagClassName
{
border-color: #C920C2;
}
</style>