Shades of Electric Purple #C22CF0
Tints of Electric Purple #C22CF0
RGB
CMYK
RGB Variations
Color information
#C22CF0 (or 0xC22CF0) is known color: Electric Purple. HEX triplet: C2, 2C and F0. RGB value is (194,44,240). Sum of RGB (Red+Green+Blue) = 194+44+240=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #C22CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CF0 is #3DD30F. Grayscale: #6E6E6E. Windows color (decimal): -4051728 or 15740098. OLE color: 15740098.
HSL color Cylindrical-coordinate representation of color #C22CF0: hue angle of 285.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22CF0 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 44 | 240 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.06 |
| HSL | 285.92º | 0.87% | 0.56% | - |
| HSV(B) | 285.92º | 0.82% | 0.94% | - |
| XYZ | 38.88 | 19.56 | 84.16 | - |
| YUV | 111.19 | 200.7 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 240 | 0.19 | 0.82 | 0 | 0.06 | 285.92 | 0.87 | 0.56 |
| Hex | C2 | 2C | F0 | 13 | 52 | 0 | 6 | 11E | 57 | 38 |
| Octal | 302 | 54 | 360 | 23 | 122 | 0 | 6 | 436 | 127 | 70 |
| Binary | 11000010 | 101100 | 11110000 | 10011 | 1010010 | 0 | 110 | 100011110 | 1010111 | 111000 |
Color Harmonies of #C22CF0
Complementary color
Monochromatic Colors of #C22CF0
Black with #C22CF0
Text Example
Text Example
White with #C22CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CF0; }
p { color: rgb(194,44,240); }
H1.HeaderClassName
{
color: #C22CF0;
}
.AnyTagClassName
{
color: #C22CF0;
}
</style>
background-color css
<style>
a { background-color: #C22CF0; }
a { background-color: rgb(194,44,240); }
div.DivClassName
{
background-color: #C22CF0;
}
.BgClassName
{
background-color: #C22CF0;
}
</style>
border-color css
<style>
span { border-color: #C22CF0; }
span { border-color: rgb(194,44,240); }
td.TdClassName
{
border-color: #C22CF0;
}
.TagClassName
{
border-color: #C22CF0;
}
</style>