Shades of Electric Purple #C42DEF
Tints of Electric Purple #C42DEF
RGB
CMYK
RGB Variations
Color information
#C42DEF (or 0xC42DEF) is known color: Electric Purple. HEX triplet: C4, 2D and EF. RGB value is (196,45,239). Sum of RGB (Red+Green+Blue) = 196+45+239=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #C42DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DEF is #3BD210. Grayscale: #6F6F6F. Windows color (decimal): -3920401 or 15674820. OLE color: 15674820.
HSL color Cylindrical-coordinate representation of color #C42DEF: hue angle of 286.7º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42DEF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 45 | 239 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.06 |
| HSL | 286.7º | 0.86% | 0.56% | - |
| HSV(B) | 286.7º | 0.81% | 0.94% | - |
| XYZ | 39.28 | 19.84 | 83.42 | - |
| YUV | 112.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 239 | 0.18 | 0.81 | 0 | 0.06 | 286.7 | 0.86 | 0.56 |
| Hex | C4 | 2D | EF | 12 | 51 | 0 | 6 | 11F | 56 | 38 |
| Octal | 304 | 55 | 357 | 22 | 121 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000100 | 101101 | 11101111 | 10010 | 1010001 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C42DEF
Complementary color
Monochromatic Colors of #C42DEF
Black with #C42DEF
Text Example
Text Example
White with #C42DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DEF; }
p { color: rgb(196,45,239); }
H1.HeaderClassName
{
color: #C42DEF;
}
.AnyTagClassName
{
color: #C42DEF;
}
</style>
background-color css
<style>
a { background-color: #C42DEF; }
a { background-color: rgb(196,45,239); }
div.DivClassName
{
background-color: #C42DEF;
}
.BgClassName
{
background-color: #C42DEF;
}
</style>
border-color css
<style>
span { border-color: #C42DEF; }
span { border-color: rgb(196,45,239); }
td.TdClassName
{
border-color: #C42DEF;
}
.TagClassName
{
border-color: #C42DEF;
}
</style>