Shades of Electric Purple #C22EFB
Tints of Electric Purple #C22EFB
RGB
CMYK
RGB Variations
Color information
#C22EFB (or 0xC22EFB) is known color: Electric Purple. HEX triplet: C2, 2E and FB. RGB value is (194,46,251). Sum of RGB (Red+Green+Blue) = 194+46+251=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C22EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EFB is #3DD104. Grayscale: #707070. Windows color (decimal): -4051205 or 16461506. OLE color: 16461506.
HSL color Cylindrical-coordinate representation of color #C22EFB: hue angle of 283.32º degrees, saturation: 0.96, 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 #C22EFB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 46 | 251 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.02 |
| HSL | 283.32º | 0.96% | 0.58% | - |
| HSV(B) | 283.32º | 0.82% | 0.98% | - |
| XYZ | 40.64 | 20.39 | 93.06 | - |
| YUV | 113.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 251 | 0.23 | 0.82 | 0 | 0.02 | 283.32 | 0.96 | 0.58 |
| Hex | C2 | 2E | FB | 17 | 52 | 0 | 2 | 11B | 60 | 3A |
| Octal | 302 | 56 | 373 | 27 | 122 | 0 | 2 | 433 | 140 | 72 |
| Binary | 11000010 | 101110 | 11111011 | 10111 | 1010010 | 0 | 10 | 100011011 | 1100000 | 111010 |
Color Harmonies of #C22EFB
Complementary color
Monochromatic Colors of #C22EFB
Black with #C22EFB
Text Example
Text Example
White with #C22EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EFB; }
p { color: rgb(194,46,251); }
H1.HeaderClassName
{
color: #C22EFB;
}
.AnyTagClassName
{
color: #C22EFB;
}
</style>
background-color css
<style>
a { background-color: #C22EFB; }
a { background-color: rgb(194,46,251); }
div.DivClassName
{
background-color: #C22EFB;
}
.BgClassName
{
background-color: #C22EFB;
}
</style>
border-color css
<style>
span { border-color: #C22EFB; }
span { border-color: rgb(194,46,251); }
td.TdClassName
{
border-color: #C22EFB;
}
.TagClassName
{
border-color: #C22EFB;
}
</style>