Shades of Electric Purple #C22CFC
Tints of Electric Purple #C22CFC
RGB
CMYK
RGB Variations
Color information
#C22CFC (or 0xC22CFC) is known color: Electric Purple. HEX triplet: C2, 2C and FC. RGB value is (194,44,252). Sum of RGB (Red+Green+Blue) = 194+44+252=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 44 (17.58% from 255 or 8.98% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C22CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CFC is #3DD303. Grayscale: #6F6F6F. Windows color (decimal): -4051716 or 16526530. OLE color: 16526530.
HSL color Cylindrical-coordinate representation of color #C22CFC: hue angle of 283.27º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22CFC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 44 | 252 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.01 |
| HSL | 283.27º | 0.97% | 0.58% | - |
| HSV(B) | 283.27º | 0.83% | 0.99% | - |
| XYZ | 40.72 | 20.3 | 93.87 | - |
| YUV | 112.56 | 206.7 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 252 | 0.23 | 0.83 | 0 | 0.01 | 283.27 | 0.97 | 0.58 |
| Hex | C2 | 2C | FC | 17 | 53 | 0 | 1 | 11B | 61 | 3A |
| Octal | 302 | 54 | 374 | 27 | 123 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000010 | 101100 | 11111100 | 10111 | 1010011 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C22CFC
Complementary color
Monochromatic Colors of #C22CFC
Black with #C22CFC
Text Example
Text Example
White with #C22CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CFC; }
p { color: rgb(194,44,252); }
H1.HeaderClassName
{
color: #C22CFC;
}
.AnyTagClassName
{
color: #C22CFC;
}
</style>
background-color css
<style>
a { background-color: #C22CFC; }
a { background-color: rgb(194,44,252); }
div.DivClassName
{
background-color: #C22CFC;
}
.BgClassName
{
background-color: #C22CFC;
}
</style>
border-color css
<style>
span { border-color: #C22CFC; }
span { border-color: rgb(194,44,252); }
td.TdClassName
{
border-color: #C22CFC;
}
.TagClassName
{
border-color: #C22CFC;
}
</style>