Shades of Electric Purple #C42DFC
Tints of Electric Purple #C42DFC
RGB
CMYK
RGB Variations
Color information
#C42DFC (or 0xC42DFC) is known color: Electric Purple. HEX triplet: C4, 2D and FC. RGB value is (196,45,252). Sum of RGB (Red+Green+Blue) = 196+45+252=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C42DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DFC is #3BD203. Grayscale: #717171. Windows color (decimal): -3920388 or 16526788. OLE color: 16526788.
HSL color Cylindrical-coordinate representation of color #C42DFC: hue angle of 283.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42DFC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 45 | 252 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.01 |
| HSL | 283.77º | 0.97% | 0.58% | - |
| HSV(B) | 283.77º | 0.82% | 0.99% | - |
| XYZ | 41.27 | 20.64 | 93.9 | - |
| YUV | 113.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 252 | 0.22 | 0.82 | 0 | 0.01 | 283.77 | 0.97 | 0.58 |
| Hex | C4 | 2D | FC | 16 | 52 | 0 | 1 | 11C | 61 | 3A |
| Octal | 304 | 55 | 374 | 26 | 122 | 0 | 1 | 434 | 141 | 72 |
| Binary | 11000100 | 101101 | 11111100 | 10110 | 1010010 | 0 | 1 | 100011100 | 1100001 | 111010 |
Color Harmonies of #C42DFC
Complementary color
Monochromatic Colors of #C42DFC
Black with #C42DFC
Text Example
Text Example
White with #C42DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DFC; }
p { color: rgb(196,45,252); }
H1.HeaderClassName
{
color: #C42DFC;
}
.AnyTagClassName
{
color: #C42DFC;
}
</style>
background-color css
<style>
a { background-color: #C42DFC; }
a { background-color: rgb(196,45,252); }
div.DivClassName
{
background-color: #C42DFC;
}
.BgClassName
{
background-color: #C42DFC;
}
</style>
border-color css
<style>
span { border-color: #C42DFC; }
span { border-color: rgb(196,45,252); }
td.TdClassName
{
border-color: #C42DFC;
}
.TagClassName
{
border-color: #C42DFC;
}
</style>