Shades of Deep Magenta #C20CC1
Tints of Deep Magenta #C20CC1
RGB
CMYK
RGB Variations
Color information
#C20CC1 (or 0xC20CC1) is known color: Deep Magenta. HEX triplet: C2, 0C and C1. RGB value is (194,12,193). Sum of RGB (Red+Green+Blue) = 194+12+193=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CC1 is #3DF33E. Grayscale: #565656. Windows color (decimal): -4059967 or 12651714. OLE color: 12651714.
HSL color Cylindrical-coordinate representation of color #C20CC1: hue angle of 300.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CC1 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 193 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.24 |
| HSL | 300.33º | 0.88% | 0.4% | - |
| HSV(B) | 300.33º | 0.94% | 0.76% | - |
| XYZ | 32.01 | 15.58 | 51.77 | - |
| YUV | 87.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 193 | 0 | 0.94 | 0.01 | 0.24 | 300.33 | 0.88 | 0.4 |
| Hex | C2 | C | C1 | 0 | 5E | 1 | 18 | 12C | 58 | 28 |
| Octal | 302 | 14 | 301 | 0 | 136 | 1 | 30 | 454 | 130 | 50 |
| Binary | 11000010 | 1100 | 11000001 | 0 | 1011110 | 1 | 11000 | 100101100 | 1011000 | 101000 |
Color Harmonies of #C20CC1
Complementary color
Monochromatic Colors of #C20CC1
Black with #C20CC1
Text Example
Text Example
White with #C20CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CC1; }
p { color: rgb(194,12,193); }
H1.HeaderClassName
{
color: #C20CC1;
}
.AnyTagClassName
{
color: #C20CC1;
}
</style>
background-color css
<style>
a { background-color: #C20CC1; }
a { background-color: rgb(194,12,193); }
div.DivClassName
{
background-color: #C20CC1;
}
.BgClassName
{
background-color: #C20CC1;
}
</style>
border-color css
<style>
span { border-color: #C20CC1; }
span { border-color: rgb(194,12,193); }
td.TdClassName
{
border-color: #C20CC1;
}
.TagClassName
{
border-color: #C20CC1;
}
</style>