Shades of Deep Magenta #C20FC4
Tints of Deep Magenta #C20FC4
RGB
CMYK
RGB Variations
Color information
#C20FC4 (or 0xC20FC4) is known color: Deep Magenta. HEX triplet: C2, 0F and C4. RGB value is (194,15,196). Sum of RGB (Red+Green+Blue) = 194+15+196=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #C20FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FC4 is #3DF03B. Grayscale: #585858. Windows color (decimal): -4059196 or 12849090. OLE color: 12849090.
HSL color Cylindrical-coordinate representation of color #C20FC4: hue angle of 299.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20FC4 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 15 | 196 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.23 |
| HSL | 299.34º | 0.86% | 0.41% | - |
| HSV(B) | 299.34º | 0.92% | 0.77% | - |
| XYZ | 32.38 | 15.8 | 53.57 | - |
| YUV | 89.16 | 188.3 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 196 | 0.01 | 0.92 | 0 | 0.23 | 299.34 | 0.86 | 0.41 |
| Hex | C2 | F | C4 | 1 | 5C | 0 | 17 | 12B | 56 | 29 |
| Octal | 302 | 17 | 304 | 1 | 134 | 0 | 27 | 453 | 126 | 51 |
| Binary | 11000010 | 1111 | 11000100 | 1 | 1011100 | 0 | 10111 | 100101011 | 1010110 | 101001 |
Color Harmonies of #C20FC4
Complementary color
Monochromatic Colors of #C20FC4
Black with #C20FC4
Text Example
Text Example
White with #C20FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FC4; }
p { color: rgb(194,15,196); }
H1.HeaderClassName
{
color: #C20FC4;
}
.AnyTagClassName
{
color: #C20FC4;
}
</style>
background-color css
<style>
a { background-color: #C20FC4; }
a { background-color: rgb(194,15,196); }
div.DivClassName
{
background-color: #C20FC4;
}
.BgClassName
{
background-color: #C20FC4;
}
</style>
border-color css
<style>
span { border-color: #C20FC4; }
span { border-color: rgb(194,15,196); }
td.TdClassName
{
border-color: #C20FC4;
}
.TagClassName
{
border-color: #C20FC4;
}
</style>