Shades of Electric Purple #C222FA
Tints of Electric Purple #C222FA
RGB
CMYK
RGB Variations
Color information
#C222FA (or 0xC222FA) is known color: Electric Purple. HEX triplet: C2, 22 and FA. RGB value is (194,34,250). Sum of RGB (Red+Green+Blue) = 194+34+250=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C222FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222FA is #3DDD05. Grayscale: #696969. Windows color (decimal): -4054278 or 16392898. OLE color: 16392898.
HSL color Cylindrical-coordinate representation of color #C222FA: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C222FA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 34 | 250 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.02 |
| HSL | 284.44º | 0.96% | 0.56% | - |
| HSV(B) | 284.44º | 0.86% | 0.98% | - |
| XYZ | 40.08 | 19.52 | 92.1 | - |
| YUV | 106.46 | 209.01 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 250 | 0.22 | 0.86 | 0 | 0.02 | 284.44 | 0.96 | 0.56 |
| Hex | C2 | 22 | FA | 16 | 56 | 0 | 2 | 11C | 60 | 38 |
| Octal | 302 | 42 | 372 | 26 | 126 | 0 | 2 | 434 | 140 | 70 |
| Binary | 11000010 | 100010 | 11111010 | 10110 | 1010110 | 0 | 10 | 100011100 | 1100000 | 111000 |
Color Harmonies of #C222FA
Complementary color
Monochromatic Colors of #C222FA
Black with #C222FA
Text Example
Text Example
White with #C222FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222FA; }
p { color: rgb(194,34,250); }
H1.HeaderClassName
{
color: #C222FA;
}
.AnyTagClassName
{
color: #C222FA;
}
</style>
background-color css
<style>
a { background-color: #C222FA; }
a { background-color: rgb(194,34,250); }
div.DivClassName
{
background-color: #C222FA;
}
.BgClassName
{
background-color: #C222FA;
}
</style>
border-color css
<style>
span { border-color: #C222FA; }
span { border-color: rgb(194,34,250); }
td.TdClassName
{
border-color: #C222FA;
}
.TagClassName
{
border-color: #C222FA;
}
</style>