Shades of Electric Purple #C424FB
Tints of Electric Purple #C424FB
RGB
CMYK
RGB Variations
Color information
#C424FB (or 0xC424FB) is known color: Electric Purple. HEX triplet: C4, 24 and FB. RGB value is (196,36,251). Sum of RGB (Red+Green+Blue) = 196+36+251=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #C424FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424FB is #3BDB04. Grayscale: #6B6B6B. Windows color (decimal): -3922693 or 16458948. OLE color: 16458948.
HSL color Cylindrical-coordinate representation of color #C424FB: hue angle of 284.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C424FB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 36 | 251 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.02 |
| HSL | 284.65º | 0.96% | 0.56% | - |
| HSV(B) | 284.65º | 0.86% | 0.98% | - |
| XYZ | 40.81 | 19.96 | 92.97 | - |
| YUV | 108.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 251 | 0.22 | 0.86 | 0 | 0.02 | 284.65 | 0.96 | 0.56 |
| Hex | C4 | 24 | FB | 16 | 56 | 0 | 2 | 11D | 60 | 38 |
| Octal | 304 | 44 | 373 | 26 | 126 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000100 | 100100 | 11111011 | 10110 | 1010110 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C424FB
Complementary color
Monochromatic Colors of #C424FB
Black with #C424FB
Text Example
Text Example
White with #C424FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424FB; }
p { color: rgb(196,36,251); }
H1.HeaderClassName
{
color: #C424FB;
}
.AnyTagClassName
{
color: #C424FB;
}
</style>
background-color css
<style>
a { background-color: #C424FB; }
a { background-color: rgb(196,36,251); }
div.DivClassName
{
background-color: #C424FB;
}
.BgClassName
{
background-color: #C424FB;
}
</style>
border-color css
<style>
span { border-color: #C424FB; }
span { border-color: rgb(196,36,251); }
td.TdClassName
{
border-color: #C424FB;
}
.TagClassName
{
border-color: #C424FB;
}
</style>