Shades of Electric Purple #C22DF0
Tints of Electric Purple #C22DF0
RGB
CMYK
RGB Variations
Color information
#C22DF0 (or 0xC22DF0) is known color: Electric Purple. HEX triplet: C2, 2D and F0. RGB value is (194,45,240). Sum of RGB (Red+Green+Blue) = 194+45+240=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #C22DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22DF0 is #3DD20F. Grayscale: #6F6F6F. Windows color (decimal): -4051472 or 15740354. OLE color: 15740354.
HSL color Cylindrical-coordinate representation of color #C22DF0: hue angle of 285.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22DF0 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 45 | 240 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.06 |
| HSL | 285.85º | 0.87% | 0.56% | - |
| HSV(B) | 285.85º | 0.81% | 0.94% | - |
| XYZ | 38.91 | 19.64 | 84.18 | - |
| YUV | 111.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 240 | 0.19 | 0.81 | 0 | 0.06 | 285.85 | 0.87 | 0.56 |
| Hex | C2 | 2D | F0 | 13 | 51 | 0 | 6 | 11E | 57 | 38 |
| Octal | 302 | 55 | 360 | 23 | 121 | 0 | 6 | 436 | 127 | 70 |
| Binary | 11000010 | 101101 | 11110000 | 10011 | 1010001 | 0 | 110 | 100011110 | 1010111 | 111000 |
Color Harmonies of #C22DF0
Complementary color
Monochromatic Colors of #C22DF0
Black with #C22DF0
Text Example
Text Example
White with #C22DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DF0; }
p { color: rgb(194,45,240); }
H1.HeaderClassName
{
color: #C22DF0;
}
.AnyTagClassName
{
color: #C22DF0;
}
</style>
background-color css
<style>
a { background-color: #C22DF0; }
a { background-color: rgb(194,45,240); }
div.DivClassName
{
background-color: #C22DF0;
}
.BgClassName
{
background-color: #C22DF0;
}
</style>
border-color css
<style>
span { border-color: #C22DF0; }
span { border-color: rgb(194,45,240); }
td.TdClassName
{
border-color: #C22DF0;
}
.TagClassName
{
border-color: #C22DF0;
}
</style>