Shades of Deep Magenta #C920CD
Tints of Deep Magenta #C920CD
RGB
CMYK
RGB Variations
Color information
#C920CD (or 0xC920CD) is known color: Deep Magenta. HEX triplet: C9, 20 and CD. RGB value is (201,32,205). Sum of RGB (Red+Green+Blue) = 201+32+205=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #C920CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920CD is #36DF32. Grayscale: #656565. Windows color (decimal): -3596083 or 13443273. OLE color: 13443273.
HSL color Cylindrical-coordinate representation of color #C920CD: hue angle of 298.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920CD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 32 | 205 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.20 |
| HSL | 298.61º | 0.73% | 0.46% | - |
| HSV(B) | 298.61º | 0.84% | 0.8% | - |
| XYZ | 35.62 | 17.86 | 59.33 | - |
| YUV | 102.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 205 | 0.02 | 0.84 | 0 | 0.20 | 298.61 | 0.73 | 0.46 |
| Hex | C9 | 20 | CD | 2 | 54 | 0 | 14 | 12B | 49 | 2E |
| Octal | 311 | 40 | 315 | 2 | 124 | 0 | 24 | 453 | 111 | 56 |
| Binary | 11001001 | 100000 | 11001101 | 10 | 1010100 | 0 | 10100 | 100101011 | 1001001 | 101110 |
Color Harmonies of #C920CD
Complementary color
Monochromatic Colors of #C920CD
Black with #C920CD
Text Example
Text Example
White with #C920CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920CD; }
p { color: rgb(201,32,205); }
H1.HeaderClassName
{
color: #C920CD;
}
.AnyTagClassName
{
color: #C920CD;
}
</style>
background-color css
<style>
a { background-color: #C920CD; }
a { background-color: rgb(201,32,205); }
div.DivClassName
{
background-color: #C920CD;
}
.BgClassName
{
background-color: #C920CD;
}
</style>
border-color css
<style>
span { border-color: #C920CD; }
span { border-color: rgb(201,32,205); }
td.TdClassName
{
border-color: #C920CD;
}
.TagClassName
{
border-color: #C920CD;
}
</style>