Shades of Electric Purple #C22BEF
Tints of Electric Purple #C22BEF
RGB
CMYK
RGB Variations
Color information
#C22BEF (or 0xC22BEF) is known color: Electric Purple. HEX triplet: C2, 2B and EF. RGB value is (194,43,239). Sum of RGB (Red+Green+Blue) = 194+43+239=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C22BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BEF is #3DD410. Grayscale: #6D6D6D. Windows color (decimal): -4051985 or 15674306. OLE color: 15674306.
HSL color Cylindrical-coordinate representation of color #C22BEF: hue angle of 286.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22BEF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 43 | 239 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.06 |
| HSL | 286.22º | 0.86% | 0.55% | - |
| HSV(B) | 286.22º | 0.82% | 0.94% | - |
| XYZ | 38.69 | 19.43 | 83.37 | - |
| YUV | 110.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 239 | 0.19 | 0.82 | 0 | 0.06 | 286.22 | 0.86 | 0.55 |
| Hex | C2 | 2B | EF | 13 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 302 | 53 | 357 | 23 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000010 | 101011 | 11101111 | 10011 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C22BEF
Complementary color
Monochromatic Colors of #C22BEF
Black with #C22BEF
Text Example
Text Example
White with #C22BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BEF; }
p { color: rgb(194,43,239); }
H1.HeaderClassName
{
color: #C22BEF;
}
.AnyTagClassName
{
color: #C22BEF;
}
</style>
background-color css
<style>
a { background-color: #C22BEF; }
a { background-color: rgb(194,43,239); }
div.DivClassName
{
background-color: #C22BEF;
}
.BgClassName
{
background-color: #C22BEF;
}
</style>
border-color css
<style>
span { border-color: #C22BEF; }
span { border-color: rgb(194,43,239); }
td.TdClassName
{
border-color: #C22BEF;
}
.TagClassName
{
border-color: #C22BEF;
}
</style>