Shades of Electric Purple #C222FC
Tints of Electric Purple #C222FC
RGB
CMYK
RGB Variations
Color information
#C222FC (or 0xC222FC) is known color: Electric Purple. HEX triplet: C2, 22 and FC. RGB value is (194,34,252). Sum of RGB (Red+Green+Blue) = 194+34+252=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 34 (13.67% from 255 or 7.08% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #C222FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222FC is #3DDD03. Grayscale: #696969. Windows color (decimal): -4054276 or 16523970. OLE color: 16523970.
HSL color Cylindrical-coordinate representation of color #C222FC: hue angle of 284.04º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C222FC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 34 | 252 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.01 |
| HSL | 284.04º | 0.97% | 0.56% | - |
| HSV(B) | 284.04º | 0.87% | 0.99% | - |
| XYZ | 40.39 | 19.64 | 93.76 | - |
| YUV | 106.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 252 | 0.23 | 0.87 | 0 | 0.01 | 284.04 | 0.97 | 0.56 |
| Hex | C2 | 22 | FC | 17 | 57 | 0 | 1 | 11C | 61 | 38 |
| Octal | 302 | 42 | 374 | 27 | 127 | 0 | 1 | 434 | 141 | 70 |
| Binary | 11000010 | 100010 | 11111100 | 10111 | 1010111 | 0 | 1 | 100011100 | 1100001 | 111000 |
Color Harmonies of #C222FC
Complementary color
Monochromatic Colors of #C222FC
Black with #C222FC
Text Example
Text Example
White with #C222FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222FC; }
p { color: rgb(194,34,252); }
H1.HeaderClassName
{
color: #C222FC;
}
.AnyTagClassName
{
color: #C222FC;
}
</style>
background-color css
<style>
a { background-color: #C222FC; }
a { background-color: rgb(194,34,252); }
div.DivClassName
{
background-color: #C222FC;
}
.BgClassName
{
background-color: #C222FC;
}
</style>
border-color css
<style>
span { border-color: #C222FC; }
span { border-color: rgb(194,34,252); }
td.TdClassName
{
border-color: #C222FC;
}
.TagClassName
{
border-color: #C222FC;
}
</style>