Shades of Deep Magenta #C920C7
Tints of Deep Magenta #C920C7
RGB
CMYK
RGB Variations
Color information
#C920C7 (or 0xC920C7) is known color: Deep Magenta. HEX triplet: C9, 20 and C7. RGB value is (201,32,199). Sum of RGB (Red+Green+Blue) = 201+32+199=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C920C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920C7 is #36DF38. Grayscale: #656565. Windows color (decimal): -3596089 or 13050057. OLE color: 13050057.
HSL color Cylindrical-coordinate representation of color #C920C7: hue angle of 300.71º 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 #C920C7 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 199 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.21 |
| HSL | 300.71º | 0.73% | 0.46% | - |
| HSV(B) | 300.71º | 0.84% | 0.79% | - |
| XYZ | 34.91 | 17.57 | 55.58 | - |
| YUV | 101.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 199 | 0 | 0.84 | 0.01 | 0.21 | 300.71 | 0.73 | 0.46 |
| Hex | C9 | 20 | C7 | 0 | 54 | 1 | 15 | 12D | 49 | 2E |
| Octal | 311 | 40 | 307 | 0 | 124 | 1 | 25 | 455 | 111 | 56 |
| Binary | 11001001 | 100000 | 11000111 | 0 | 1010100 | 1 | 10101 | 100101101 | 1001001 | 101110 |
Color Harmonies of #C920C7
Complementary color
Monochromatic Colors of #C920C7
Black with #C920C7
Text Example
Text Example
White with #C920C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920C7; }
p { color: rgb(201,32,199); }
H1.HeaderClassName
{
color: #C920C7;
}
.AnyTagClassName
{
color: #C920C7;
}
</style>
background-color css
<style>
a { background-color: #C920C7; }
a { background-color: rgb(201,32,199); }
div.DivClassName
{
background-color: #C920C7;
}
.BgClassName
{
background-color: #C920C7;
}
</style>
border-color css
<style>
span { border-color: #C920C7; }
span { border-color: rgb(201,32,199); }
td.TdClassName
{
border-color: #C920C7;
}
.TagClassName
{
border-color: #C920C7;
}
</style>