Shades of Deep Magenta #C20FC1
Tints of Deep Magenta #C20FC1
RGB
CMYK
RGB Variations
Color information
#C20FC1 (or 0xC20FC1) is known color: Deep Magenta. HEX triplet: C2, 0F and C1. RGB value is (194,15,193). Sum of RGB (Red+Green+Blue) = 194+15+193=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FC1 is #3DF03E. Grayscale: #585858. Windows color (decimal): -4059199 or 12652482. OLE color: 12652482.
HSL color Cylindrical-coordinate representation of color #C20FC1: hue angle of 300.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20FC1 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 193 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.24 |
| HSL | 300.34º | 0.86% | 0.41% | - |
| HSV(B) | 300.34º | 0.92% | 0.76% | - |
| XYZ | 32.04 | 15.66 | 51.79 | - |
| YUV | 88.81 | 186.8 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 193 | 0 | 0.92 | 0.01 | 0.24 | 300.34 | 0.86 | 0.41 |
| Hex | C2 | F | C1 | 0 | 5C | 1 | 18 | 12C | 56 | 29 |
| Octal | 302 | 17 | 301 | 0 | 134 | 1 | 30 | 454 | 126 | 51 |
| Binary | 11000010 | 1111 | 11000001 | 0 | 1011100 | 1 | 11000 | 100101100 | 1010110 | 101001 |
Color Harmonies of #C20FC1
Complementary color
Monochromatic Colors of #C20FC1
Black with #C20FC1
Text Example
Text Example
White with #C20FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FC1; }
p { color: rgb(194,15,193); }
H1.HeaderClassName
{
color: #C20FC1;
}
.AnyTagClassName
{
color: #C20FC1;
}
</style>
background-color css
<style>
a { background-color: #C20FC1; }
a { background-color: rgb(194,15,193); }
div.DivClassName
{
background-color: #C20FC1;
}
.BgClassName
{
background-color: #C20FC1;
}
</style>
border-color css
<style>
span { border-color: #C20FC1; }
span { border-color: rgb(194,15,193); }
td.TdClassName
{
border-color: #C20FC1;
}
.TagClassName
{
border-color: #C20FC1;
}
</style>