Shades of Electric Purple #C42BFA
Tints of Electric Purple #C42BFA
RGB
CMYK
RGB Variations
Color information
#C42BFA (or 0xC42BFA) is known color: Electric Purple. HEX triplet: C4, 2B and FA. RGB value is (196,43,250). Sum of RGB (Red+Green+Blue) = 196+43+250=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #C42BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BFA is #3BD405. Grayscale: #6F6F6F. Windows color (decimal): -3920902 or 16395204. OLE color: 16395204.
HSL color Cylindrical-coordinate representation of color #C42BFA: hue angle of 284.35º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42BFA is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 43 | 250 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.02 |
| HSL | 284.35º | 0.95% | 0.57% | - |
| HSV(B) | 284.35º | 0.83% | 0.98% | - |
| XYZ | 40.88 | 20.37 | 92.22 | - |
| YUV | 112.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 250 | 0.22 | 0.83 | 0 | 0.02 | 284.35 | 0.95 | 0.57 |
| Hex | C4 | 2B | FA | 16 | 53 | 0 | 2 | 11C | 5F | 39 |
| Octal | 304 | 53 | 372 | 26 | 123 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000100 | 101011 | 11111010 | 10110 | 1010011 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C42BFA
Complementary color
Monochromatic Colors of #C42BFA
Black with #C42BFA
Text Example
Text Example
White with #C42BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BFA; }
p { color: rgb(196,43,250); }
H1.HeaderClassName
{
color: #C42BFA;
}
.AnyTagClassName
{
color: #C42BFA;
}
</style>
background-color css
<style>
a { background-color: #C42BFA; }
a { background-color: rgb(196,43,250); }
div.DivClassName
{
background-color: #C42BFA;
}
.BgClassName
{
background-color: #C42BFA;
}
</style>
border-color css
<style>
span { border-color: #C42BFA; }
span { border-color: rgb(196,43,250); }
td.TdClassName
{
border-color: #C42BFA;
}
.TagClassName
{
border-color: #C42BFA;
}
</style>