Shades of Deep Magenta #C920D0
Tints of Deep Magenta #C920D0
RGB
CMYK
RGB Variations
Color information
#C920D0 (or 0xC920D0) is known color: Deep Magenta. HEX triplet: C9, 20 and D0. RGB value is (201,32,208). Sum of RGB (Red+Green+Blue) = 201+32+208=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #C920D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920D0 is #36DF2F. Grayscale: #666666. Windows color (decimal): -3596080 or 13639881. OLE color: 13639881.
HSL color Cylindrical-coordinate representation of color #C920D0: hue angle of 297.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C920D0 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 32 | 208 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.18 |
| HSL | 297.61º | 0.73% | 0.47% | - |
| HSV(B) | 297.61º | 0.85% | 0.82% | - |
| XYZ | 35.99 | 18 | 61.25 | - |
| YUV | 102.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 208 | 0.03 | 0.85 | 0 | 0.18 | 297.61 | 0.73 | 0.47 |
| Hex | C9 | 20 | D0 | 3 | 55 | 0 | 12 | 12A | 49 | 2F |
| Octal | 311 | 40 | 320 | 3 | 125 | 0 | 22 | 452 | 111 | 57 |
| Binary | 11001001 | 100000 | 11010000 | 11 | 1010101 | 0 | 10010 | 100101010 | 1001001 | 101111 |
Color Harmonies of #C920D0
Complementary color
Monochromatic Colors of #C920D0
Black with #C920D0
Text Example
Text Example
White with #C920D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920D0; }
p { color: rgb(201,32,208); }
H1.HeaderClassName
{
color: #C920D0;
}
.AnyTagClassName
{
color: #C920D0;
}
</style>
background-color css
<style>
a { background-color: #C920D0; }
a { background-color: rgb(201,32,208); }
div.DivClassName
{
background-color: #C920D0;
}
.BgClassName
{
background-color: #C920D0;
}
</style>
border-color css
<style>
span { border-color: #C920D0; }
span { border-color: rgb(201,32,208); }
td.TdClassName
{
border-color: #C920D0;
}
.TagClassName
{
border-color: #C920D0;
}
</style>