Shades of Deep Magenta #C40FCA
Tints of Deep Magenta #C40FCA
RGB
CMYK
RGB Variations
Color information
#C40FCA (or 0xC40FCA) is known color: Deep Magenta. HEX triplet: C4, 0F and CA. RGB value is (196,15,202). Sum of RGB (Red+Green+Blue) = 196+15+202=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #C40FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FCA is #3BF035. Grayscale: #595959. Windows color (decimal): -3928118 or 13242308. OLE color: 13242308.
HSL color Cylindrical-coordinate representation of color #C40FCA: hue angle of 298.07º 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 #C40FCA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 15 | 202 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.21 |
| HSL | 298.07º | 0.86% | 0.43% | - |
| HSV(B) | 298.07º | 0.93% | 0.79% | - |
| XYZ | 33.6 | 16.34 | 57.26 | - |
| YUV | 90.44 | 190.97 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 202 | 0.03 | 0.93 | 0 | 0.21 | 298.07 | 0.86 | 0.43 |
| Hex | C4 | F | CA | 3 | 5D | 0 | 15 | 12A | 56 | 2B |
| Octal | 304 | 17 | 312 | 3 | 135 | 0 | 25 | 452 | 126 | 53 |
| Binary | 11000100 | 1111 | 11001010 | 11 | 1011101 | 0 | 10101 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C40FCA
Complementary color
Monochromatic Colors of #C40FCA
Black with #C40FCA
Text Example
Text Example
White with #C40FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FCA; }
p { color: rgb(196,15,202); }
H1.HeaderClassName
{
color: #C40FCA;
}
.AnyTagClassName
{
color: #C40FCA;
}
</style>
background-color css
<style>
a { background-color: #C40FCA; }
a { background-color: rgb(196,15,202); }
div.DivClassName
{
background-color: #C40FCA;
}
.BgClassName
{
background-color: #C40FCA;
}
</style>
border-color css
<style>
span { border-color: #C40FCA; }
span { border-color: rgb(196,15,202); }
td.TdClassName
{
border-color: #C40FCA;
}
.TagClassName
{
border-color: #C40FCA;
}
</style>