Shades of Deep Magenta #C920CC
Tints of Deep Magenta #C920CC
RGB
CMYK
RGB Variations
Color information
#C920CC (or 0xC920CC) is known color: Deep Magenta. HEX triplet: C9, 20 and CC. RGB value is (201,32,204). Sum of RGB (Red+Green+Blue) = 201+32+204=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #C920CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920CC is #36DF33. Grayscale: #656565. Windows color (decimal): -3596084 or 13377737. OLE color: 13377737.
HSL color Cylindrical-coordinate representation of color #C920CC: hue angle of 298.95º 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 #C920CC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 32 | 204 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.2 |
| HSL | 298.95º | 0.73% | 0.46% | - |
| HSV(B) | 298.95º | 0.84% | 0.8% | - |
| XYZ | 35.5 | 17.81 | 58.69 | - |
| YUV | 102.14 | 185.49 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 204 | 0.01 | 0.84 | 0 | 0.2 | 298.95 | 0.73 | 0.46 |
| Hex | C9 | 20 | CC | 1 | 54 | 0 | 14 | 12B | 49 | 2E |
| Octal | 311 | 40 | 314 | 1 | 124 | 0 | 24 | 453 | 111 | 56 |
| Binary | 11001001 | 100000 | 11001100 | 1 | 1010100 | 0 | 10100 | 100101011 | 1001001 | 101110 |
Color Harmonies of #C920CC
Complementary color
Monochromatic Colors of #C920CC
Black with #C920CC
Text Example
Text Example
White with #C920CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920CC; }
p { color: rgb(201,32,204); }
H1.HeaderClassName
{
color: #C920CC;
}
.AnyTagClassName
{
color: #C920CC;
}
</style>
background-color css
<style>
a { background-color: #C920CC; }
a { background-color: rgb(201,32,204); }
div.DivClassName
{
background-color: #C920CC;
}
.BgClassName
{
background-color: #C920CC;
}
</style>
border-color css
<style>
span { border-color: #C920CC; }
span { border-color: rgb(201,32,204); }
td.TdClassName
{
border-color: #C920CC;
}
.TagClassName
{
border-color: #C920CC;
}
</style>