Shades of Electric Purple #C42BFB
Tints of Electric Purple #C42BFB
RGB
CMYK
RGB Variations
Color information
#C42BFB (or 0xC42BFB) is known color: Electric Purple. HEX triplet: C4, 2B and FB. RGB value is (196,43,251). Sum of RGB (Red+Green+Blue) = 196+43+251=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C42BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BFB is #3BD404. Grayscale: #6F6F6F. Windows color (decimal): -3920901 or 16460740. OLE color: 16460740.
HSL color Cylindrical-coordinate representation of color #C42BFB: hue angle of 284.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42BFB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 43 | 251 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.02 |
| HSL | 284.13º | 0.96% | 0.58% | - |
| HSV(B) | 284.13º | 0.83% | 0.98% | - |
| XYZ | 41.04 | 20.43 | 93.05 | - |
| YUV | 112.46 | 206.19 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 251 | 0.22 | 0.83 | 0 | 0.02 | 284.13 | 0.96 | 0.58 |
| Hex | C4 | 2B | FB | 16 | 53 | 0 | 2 | 11C | 60 | 3A |
| Octal | 304 | 53 | 373 | 26 | 123 | 0 | 2 | 434 | 140 | 72 |
| Binary | 11000100 | 101011 | 11111011 | 10110 | 1010011 | 0 | 10 | 100011100 | 1100000 | 111010 |
Color Harmonies of #C42BFB
Complementary color
Monochromatic Colors of #C42BFB
Black with #C42BFB
Text Example
Text Example
White with #C42BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BFB; }
p { color: rgb(196,43,251); }
H1.HeaderClassName
{
color: #C42BFB;
}
.AnyTagClassName
{
color: #C42BFB;
}
</style>
background-color css
<style>
a { background-color: #C42BFB; }
a { background-color: rgb(196,43,251); }
div.DivClassName
{
background-color: #C42BFB;
}
.BgClassName
{
background-color: #C42BFB;
}
</style>
border-color css
<style>
span { border-color: #C42BFB; }
span { border-color: rgb(196,43,251); }
td.TdClassName
{
border-color: #C42BFB;
}
.TagClassName
{
border-color: #C42BFB;
}
</style>