Shades of Electric Purple #C40FFF
Tints of Electric Purple #C40FFF
RGB
CMYK
RGB Variations
Color information
#C40FFF (or 0xC40FFF) is known color: Electric Purple. HEX triplet: C4, 0F and FF. RGB value is (196,15,255). Sum of RGB (Red+Green+Blue) = 196+15+255=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C40FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FFF is #3BF000. Grayscale: #5F5F5F. Windows color (decimal): -3928065 or 16715716. OLE color: 16715716.
HSL color Cylindrical-coordinate representation of color #C40FFF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40FFF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 15 | 255 | - |
| CMYK | 0.23 | 0.94 | 0 | 0 |
| HSL | 285.25º | 1% | 0.53% | - |
| HSV(B) | 285.25º | 0.94% | 1% | - |
| XYZ | 40.99 | 19.3 | 96.17 | - |
| YUV | 96.48 | 217.47 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 255 | 0.23 | 0.94 | 0 | 0 | 285.25 | 1 | 0.53 |
| Hex | C4 | F | FF | 17 | 5E | 0 | 0 | 11D | 64 | 35 |
| Octal | 304 | 17 | 377 | 27 | 136 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000100 | 1111 | 11111111 | 10111 | 1011110 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C40FFF
Complementary color
Monochromatic Colors of #C40FFF
Black with #C40FFF
Text Example
Text Example
White with #C40FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FFF; }
p { color: rgb(196,15,255); }
H1.HeaderClassName
{
color: #C40FFF;
}
.AnyTagClassName
{
color: #C40FFF;
}
</style>
background-color css
<style>
a { background-color: #C40FFF; }
a { background-color: rgb(196,15,255); }
div.DivClassName
{
background-color: #C40FFF;
}
.BgClassName
{
background-color: #C40FFF;
}
</style>
border-color css
<style>
span { border-color: #C40FFF; }
span { border-color: rgb(196,15,255); }
td.TdClassName
{
border-color: #C40FFF;
}
.TagClassName
{
border-color: #C40FFF;
}
</style>