Shades of Electric Purple #C42CFA
Tints of Electric Purple #C42CFA
RGB
CMYK
RGB Variations
Color information
#C42CFA (or 0xC42CFA) is known color: Electric Purple. HEX triplet: C4, 2C and FA. RGB value is (196,44,250). Sum of RGB (Red+Green+Blue) = 196+44+250=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 44 (17.58% from 255 or 8.98% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C42CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CFA is #3BD305. Grayscale: #707070. Windows color (decimal): -3920646 or 16395460. OLE color: 16395460.
HSL color Cylindrical-coordinate representation of color #C42CFA: hue angle of 284.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42CFA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 44 | 250 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.02 |
| HSL | 284.27º | 0.95% | 0.58% | - |
| HSV(B) | 284.27º | 0.82% | 0.98% | - |
| XYZ | 40.92 | 20.44 | 92.23 | - |
| YUV | 112.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 250 | 0.22 | 0.82 | 0 | 0.02 | 284.27 | 0.95 | 0.58 |
| Hex | C4 | 2C | FA | 16 | 52 | 0 | 2 | 11C | 5F | 3A |
| Octal | 304 | 54 | 372 | 26 | 122 | 0 | 2 | 434 | 137 | 72 |
| Binary | 11000100 | 101100 | 11111010 | 10110 | 1010010 | 0 | 10 | 100011100 | 1011111 | 111010 |
Color Harmonies of #C42CFA
Complementary color
Monochromatic Colors of #C42CFA
Black with #C42CFA
Text Example
Text Example
White with #C42CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CFA; }
p { color: rgb(196,44,250); }
H1.HeaderClassName
{
color: #C42CFA;
}
.AnyTagClassName
{
color: #C42CFA;
}
</style>
background-color css
<style>
a { background-color: #C42CFA; }
a { background-color: rgb(196,44,250); }
div.DivClassName
{
background-color: #C42CFA;
}
.BgClassName
{
background-color: #C42CFA;
}
</style>
border-color css
<style>
span { border-color: #C42CFA; }
span { border-color: rgb(196,44,250); }
td.TdClassName
{
border-color: #C42CFA;
}
.TagClassName
{
border-color: #C42CFA;
}
</style>