Shades of Deep Magenta #C20FCA
Tints of Deep Magenta #C20FCA
RGB
CMYK
RGB Variations
Color information
#C20FCA (or 0xC20FCA) is known color: Deep Magenta. HEX triplet: C2, 0F and CA. RGB value is (194,15,202). Sum of RGB (Red+Green+Blue) = 194+15+202=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #C20FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FCA is #3DF035. Grayscale: #595959. Windows color (decimal): -4059190 or 13242306. OLE color: 13242306.
HSL color Cylindrical-coordinate representation of color #C20FCA: hue angle of 297.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20FCA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 15 | 202 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.21 |
| HSL | 297.43º | 0.86% | 0.43% | - |
| HSV(B) | 297.43º | 0.93% | 0.79% | - |
| XYZ | 33.08 | 16.08 | 57.24 | - |
| YUV | 89.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 202 | 0.04 | 0.93 | 0 | 0.21 | 297.43 | 0.86 | 0.43 |
| Hex | C2 | F | CA | 4 | 5D | 0 | 15 | 129 | 56 | 2B |
| Octal | 302 | 17 | 312 | 4 | 135 | 0 | 25 | 451 | 126 | 53 |
| Binary | 11000010 | 1111 | 11001010 | 100 | 1011101 | 0 | 10101 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C20FCA
Complementary color
Monochromatic Colors of #C20FCA
Black with #C20FCA
Text Example
Text Example
White with #C20FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FCA; }
p { color: rgb(194,15,202); }
H1.HeaderClassName
{
color: #C20FCA;
}
.AnyTagClassName
{
color: #C20FCA;
}
</style>
background-color css
<style>
a { background-color: #C20FCA; }
a { background-color: rgb(194,15,202); }
div.DivClassName
{
background-color: #C20FCA;
}
.BgClassName
{
background-color: #C20FCA;
}
</style>
border-color css
<style>
span { border-color: #C20FCA; }
span { border-color: rgb(194,15,202); }
td.TdClassName
{
border-color: #C20FCA;
}
.TagClassName
{
border-color: #C20FCA;
}
</style>