Shades of Electric Purple #C42BFE
Tints of Electric Purple #C42BFE
RGB
CMYK
RGB Variations
Color information
#C42BFE (or 0xC42BFE) is known color: Electric Purple. HEX triplet: C4, 2B and FE. RGB value is (196,43,254). Sum of RGB (Red+Green+Blue) = 196+43+254=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #C42BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BFE is #3BD401. Grayscale: #707070. Windows color (decimal): -3920898 or 16657348. OLE color: 16657348.
HSL color Cylindrical-coordinate representation of color #C42BFE: hue angle of 283.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42BFE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 43 | 254 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.00 |
| HSL | 283.51º | 0.99% | 0.58% | - |
| HSV(B) | 283.51º | 0.83% | 1% | - |
| XYZ | 41.52 | 20.62 | 95.56 | - |
| YUV | 112.8 | 207.69 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 254 | 0.23 | 0.83 | 0 | 0.00 | 283.51 | 0.99 | 0.58 |
| Hex | C4 | 2B | FE | 17 | 53 | 0 | 0 | 11C | 63 | 3A |
| Octal | 304 | 53 | 376 | 27 | 123 | 0 | 0 | 434 | 143 | 72 |
| Binary | 11000100 | 101011 | 11111110 | 10111 | 1010011 | 0 | 0 | 100011100 | 1100011 | 111010 |
Color Harmonies of #C42BFE
Complementary color
Monochromatic Colors of #C42BFE
Black with #C42BFE
Text Example
Text Example
White with #C42BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BFE; }
p { color: rgb(196,43,254); }
H1.HeaderClassName
{
color: #C42BFE;
}
.AnyTagClassName
{
color: #C42BFE;
}
</style>
background-color css
<style>
a { background-color: #C42BFE; }
a { background-color: rgb(196,43,254); }
div.DivClassName
{
background-color: #C42BFE;
}
.BgClassName
{
background-color: #C42BFE;
}
</style>
border-color css
<style>
span { border-color: #C42BFE; }
span { border-color: rgb(196,43,254); }
td.TdClassName
{
border-color: #C42BFE;
}
.TagClassName
{
border-color: #C42BFE;
}
</style>