Shades of Electric Purple #C40AFC
Tints of Electric Purple #C40AFC
RGB
CMYK
RGB Variations
Color information
#C40AFC (or 0xC40AFC) is known color: Electric Purple. HEX triplet: C4, 0A and FC. RGB value is (196,10,252). Sum of RGB (Red+Green+Blue) = 196+10+252=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #C40AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AFC is #3BF503. Grayscale: #5C5C5C. Windows color (decimal): -3929348 or 16517828. OLE color: 16517828.
HSL color Cylindrical-coordinate representation of color #C40AFC: hue angle of 286.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AFC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 10 | 252 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.01 |
| HSL | 286.12º | 0.98% | 0.51% | - |
| HSV(B) | 286.12º | 0.96% | 0.99% | - |
| XYZ | 40.44 | 18.98 | 93.63 | - |
| YUV | 93.2 | 217.62 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 252 | 0.22 | 0.96 | 0 | 0.01 | 286.12 | 0.98 | 0.51 |
| Hex | C4 | A | FC | 16 | 60 | 0 | 1 | 11E | 62 | 33 |
| Octal | 304 | 12 | 374 | 26 | 140 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000100 | 1010 | 11111100 | 10110 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C40AFC
Complementary color
Monochromatic Colors of #C40AFC
Black with #C40AFC
Text Example
Text Example
White with #C40AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AFC; }
p { color: rgb(196,10,252); }
H1.HeaderClassName
{
color: #C40AFC;
}
.AnyTagClassName
{
color: #C40AFC;
}
</style>
background-color css
<style>
a { background-color: #C40AFC; }
a { background-color: rgb(196,10,252); }
div.DivClassName
{
background-color: #C40AFC;
}
.BgClassName
{
background-color: #C40AFC;
}
</style>
border-color css
<style>
span { border-color: #C40AFC; }
span { border-color: rgb(196,10,252); }
td.TdClassName
{
border-color: #C40AFC;
}
.TagClassName
{
border-color: #C40AFC;
}
</style>