Shades of Electric Purple #C422FB
Tints of Electric Purple #C422FB
RGB
CMYK
RGB Variations
Color information
#C422FB (or 0xC422FB) is known color: Electric Purple. HEX triplet: C4, 22 and FB. RGB value is (196,34,251). Sum of RGB (Red+Green+Blue) = 196+34+251=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 34 (13.67% from 255 or 7.07% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #C422FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422FB is #3BDD04. Grayscale: #6A6A6A. Windows color (decimal): -3923205 or 16458436. OLE color: 16458436.
HSL color Cylindrical-coordinate representation of color #C422FB: hue angle of 284.79º 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 #C422FB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 34 | 251 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.02 |
| HSL | 284.79º | 0.96% | 0.56% | - |
| HSV(B) | 284.79º | 0.86% | 0.98% | - |
| XYZ | 40.75 | 19.84 | 92.95 | - |
| YUV | 107.18 | 209.17 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 251 | 0.22 | 0.86 | 0 | 0.02 | 284.79 | 0.96 | 0.56 |
| Hex | C4 | 22 | FB | 16 | 56 | 0 | 2 | 11D | 60 | 38 |
| Octal | 304 | 42 | 373 | 26 | 126 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000100 | 100010 | 11111011 | 10110 | 1010110 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C422FB
Complementary color
Monochromatic Colors of #C422FB
Black with #C422FB
Text Example
Text Example
White with #C422FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422FB; }
p { color: rgb(196,34,251); }
H1.HeaderClassName
{
color: #C422FB;
}
.AnyTagClassName
{
color: #C422FB;
}
</style>
background-color css
<style>
a { background-color: #C422FB; }
a { background-color: rgb(196,34,251); }
div.DivClassName
{
background-color: #C422FB;
}
.BgClassName
{
background-color: #C422FB;
}
</style>
border-color css
<style>
span { border-color: #C422FB; }
span { border-color: rgb(196,34,251); }
td.TdClassName
{
border-color: #C422FB;
}
.TagClassName
{
border-color: #C422FB;
}
</style>