Shades of Electric Purple #C42FFF
Tints of Electric Purple #C42FFF
RGB
CMYK
RGB Variations
Color information
#C42FFF (or 0xC42FFF) is known color: Electric Purple. HEX triplet: C4, 2F and FF. RGB value is (196,47,255). Sum of RGB (Red+Green+Blue) = 196+47+255=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C42FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FFF is #3BD000. Grayscale: #727272. Windows color (decimal): -3919873 or 16723908. OLE color: 16723908.
HSL color Cylindrical-coordinate representation of color #C42FFF: hue angle of 282.98º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42FFF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 47 | 255 | - |
| CMYK | 0.23 | 0.82 | 0 | 0 |
| HSL | 282.98º | 1% | 0.59% | - |
| HSV(B) | 282.98º | 0.82% | 1% | - |
| XYZ | 41.83 | 20.99 | 96.45 | - |
| YUV | 115.26 | 206.86 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 255 | 0.23 | 0.82 | 0 | 0 | 282.98 | 1 | 0.59 |
| Hex | C4 | 2F | FF | 17 | 52 | 0 | 0 | 11B | 64 | 3B |
| Octal | 304 | 57 | 377 | 27 | 122 | 0 | 0 | 433 | 144 | 73 |
| Binary | 11000100 | 101111 | 11111111 | 10111 | 1010010 | 0 | 0 | 100011011 | 1100100 | 111011 |
Color Harmonies of #C42FFF
Complementary color
Monochromatic Colors of #C42FFF
Black with #C42FFF
Text Example
Text Example
White with #C42FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FFF; }
p { color: rgb(196,47,255); }
H1.HeaderClassName
{
color: #C42FFF;
}
.AnyTagClassName
{
color: #C42FFF;
}
</style>
background-color css
<style>
a { background-color: #C42FFF; }
a { background-color: rgb(196,47,255); }
div.DivClassName
{
background-color: #C42FFF;
}
.BgClassName
{
background-color: #C42FFF;
}
</style>
border-color css
<style>
span { border-color: #C42FFF; }
span { border-color: rgb(196,47,255); }
td.TdClassName
{
border-color: #C42FFF;
}
.TagClassName
{
border-color: #C42FFF;
}
</style>