Shades of Electric Purple #C42DF8
Tints of Electric Purple #C42DF8
RGB
CMYK
RGB Variations
Color information
#C42DF8 (or 0xC42DF8) is known color: Electric Purple. HEX triplet: C4, 2D and F8. RGB value is (196,45,248). Sum of RGB (Red+Green+Blue) = 196+45+248=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #C42DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DF8 is #3BD207. Grayscale: #707070. Windows color (decimal): -3920392 or 16264644. OLE color: 16264644.
HSL color Cylindrical-coordinate representation of color #C42DF8: hue angle of 284.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42DF8 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 45 | 248 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.03 |
| HSL | 284.63º | 0.94% | 0.57% | - |
| HSV(B) | 284.63º | 0.82% | 0.97% | - |
| XYZ | 40.65 | 20.39 | 90.6 | - |
| YUV | 113.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 248 | 0.21 | 0.82 | 0 | 0.03 | 284.63 | 0.94 | 0.57 |
| Hex | C4 | 2D | F8 | 15 | 52 | 0 | 3 | 11D | 5E | 39 |
| Octal | 304 | 55 | 370 | 25 | 122 | 0 | 3 | 435 | 136 | 71 |
| Binary | 11000100 | 101101 | 11111000 | 10101 | 1010010 | 0 | 11 | 100011101 | 1011110 | 111001 |
Color Harmonies of #C42DF8
Complementary color
Monochromatic Colors of #C42DF8
Black with #C42DF8
Text Example
Text Example
White with #C42DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DF8; }
p { color: rgb(196,45,248); }
H1.HeaderClassName
{
color: #C42DF8;
}
.AnyTagClassName
{
color: #C42DF8;
}
</style>
background-color css
<style>
a { background-color: #C42DF8; }
a { background-color: rgb(196,45,248); }
div.DivClassName
{
background-color: #C42DF8;
}
.BgClassName
{
background-color: #C42DF8;
}
</style>
border-color css
<style>
span { border-color: #C42DF8; }
span { border-color: rgb(196,45,248); }
td.TdClassName
{
border-color: #C42DF8;
}
.TagClassName
{
border-color: #C42DF8;
}
</style>