Shades of Deep Magenta #C20CDF
Tints of Deep Magenta #C20CDF
RGB
CMYK
RGB Variations
Color information
#C20CDF (or 0xC20CDF) is known color: Deep Magenta. HEX triplet: C2, 0C and DF. RGB value is (194,12,223). Sum of RGB (Red+Green+Blue) = 194+12+223=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #C20CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CDF is #3DF320. Grayscale: #595959. Windows color (decimal): -4059937 or 14617794. OLE color: 14617794.
HSL color Cylindrical-coordinate representation of color #C20CDF: hue angle of 291.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CDF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 12 | 223 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.75º | 0.9% | 0.46% | - |
| HSV(B) | 291.75º | 0.95% | 0.87% | - |
| XYZ | 35.7 | 17.06 | 71.22 | - |
| YUV | 90.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 223 | 0.13 | 0.95 | 0 | 0.13 | 291.75 | 0.9 | 0.46 |
| Hex | C2 | C | DF | D | 5F | 0 | D | 124 | 5A | 2E |
| Octal | 302 | 14 | 337 | 15 | 137 | 0 | 15 | 444 | 132 | 56 |
| Binary | 11000010 | 1100 | 11011111 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011010 | 101110 |
Color Harmonies of #C20CDF
Complementary color
Monochromatic Colors of #C20CDF
Black with #C20CDF
Text Example
Text Example
White with #C20CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CDF; }
p { color: rgb(194,12,223); }
H1.HeaderClassName
{
color: #C20CDF;
}
.AnyTagClassName
{
color: #C20CDF;
}
</style>
background-color css
<style>
a { background-color: #C20CDF; }
a { background-color: rgb(194,12,223); }
div.DivClassName
{
background-color: #C20CDF;
}
.BgClassName
{
background-color: #C20CDF;
}
</style>
border-color css
<style>
span { border-color: #C20CDF; }
span { border-color: rgb(194,12,223); }
td.TdClassName
{
border-color: #C20CDF;
}
.TagClassName
{
border-color: #C20CDF;
}
</style>