Shades of Electric Purple #C22FFC
Tints of Electric Purple #C22FFC
RGB
CMYK
RGB Variations
Color information
#C22FFC (or 0xC22FFC) is known color: Electric Purple. HEX triplet: C2, 2F and FC. RGB value is (194,47,252). Sum of RGB (Red+Green+Blue) = 194+47+252=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C22FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FFC is #3DD003. Grayscale: #717171. Windows color (decimal): -4050948 or 16527298. OLE color: 16527298.
HSL color Cylindrical-coordinate representation of color #C22FFC: hue angle of 283.02º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22FFC is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 47 | 252 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.01 |
| HSL | 283.02º | 0.97% | 0.59% | - |
| HSV(B) | 283.02º | 0.81% | 0.99% | - |
| XYZ | 40.84 | 20.53 | 93.91 | - |
| YUV | 114.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 252 | 0.23 | 0.81 | 0 | 0.01 | 283.02 | 0.97 | 0.59 |
| Hex | C2 | 2F | FC | 17 | 51 | 0 | 1 | 11B | 61 | 3B |
| Octal | 302 | 57 | 374 | 27 | 121 | 0 | 1 | 433 | 141 | 73 |
| Binary | 11000010 | 101111 | 11111100 | 10111 | 1010001 | 0 | 1 | 100011011 | 1100001 | 111011 |
Color Harmonies of #C22FFC
Complementary color
Monochromatic Colors of #C22FFC
Black with #C22FFC
Text Example
Text Example
White with #C22FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FFC; }
p { color: rgb(194,47,252); }
H1.HeaderClassName
{
color: #C22FFC;
}
.AnyTagClassName
{
color: #C22FFC;
}
</style>
background-color css
<style>
a { background-color: #C22FFC; }
a { background-color: rgb(194,47,252); }
div.DivClassName
{
background-color: #C22FFC;
}
.BgClassName
{
background-color: #C22FFC;
}
</style>
border-color css
<style>
span { border-color: #C22FFC; }
span { border-color: rgb(194,47,252); }
td.TdClassName
{
border-color: #C22FFC;
}
.TagClassName
{
border-color: #C22FFC;
}
</style>