Shades of Electric Purple #C42BEA
Tints of Electric Purple #C42BEA
RGB
CMYK
RGB Variations
Color information
#C42BEA (or 0xC42BEA) is known color: Electric Purple. HEX triplet: C4, 2B and EA. RGB value is (196,43,234). Sum of RGB (Red+Green+Blue) = 196+43+234=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C42BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BEA is #3BD415. Grayscale: #6D6D6D. Windows color (decimal): -3920918 or 15346628. OLE color: 15346628.
HSL color Cylindrical-coordinate representation of color #C42BEA: hue angle of 288.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42BEA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 43 | 234 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.08 |
| HSL | 288.06º | 0.82% | 0.54% | - |
| HSV(B) | 288.06º | 0.82% | 0.92% | - |
| XYZ | 38.48 | 19.4 | 79.56 | - |
| YUV | 110.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 234 | 0.16 | 0.82 | 0 | 0.08 | 288.06 | 0.82 | 0.54 |
| Hex | C4 | 2B | EA | 10 | 52 | 0 | 8 | 120 | 52 | 36 |
| Octal | 304 | 53 | 352 | 20 | 122 | 0 | 10 | 440 | 122 | 66 |
| Binary | 11000100 | 101011 | 11101010 | 10000 | 1010010 | 0 | 1000 | 100100000 | 1010010 | 110110 |
Color Harmonies of #C42BEA
Complementary color
Monochromatic Colors of #C42BEA
Black with #C42BEA
Text Example
Text Example
White with #C42BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BEA; }
p { color: rgb(196,43,234); }
H1.HeaderClassName
{
color: #C42BEA;
}
.AnyTagClassName
{
color: #C42BEA;
}
</style>
background-color css
<style>
a { background-color: #C42BEA; }
a { background-color: rgb(196,43,234); }
div.DivClassName
{
background-color: #C42BEA;
}
.BgClassName
{
background-color: #C42BEA;
}
</style>
border-color css
<style>
span { border-color: #C42BEA; }
span { border-color: rgb(196,43,234); }
td.TdClassName
{
border-color: #C42BEA;
}
.TagClassName
{
border-color: #C42BEA;
}
</style>