Shades of Electric Purple #C022FC
Tints of Electric Purple #C022FC
RGB
CMYK
RGB Variations
Color information
#C022FC (or 0xC022FC) is known color: Electric Purple. HEX triplet: C0, 22 and FC. RGB value is (192,34,252). Sum of RGB (Red+Green+Blue) = 192+34+252=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #C022FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022FC is #3FDD03. Grayscale: #696969. Windows color (decimal): -4185348 or 16523968. OLE color: 16523968.
HSL color Cylindrical-coordinate representation of color #C022FC: hue angle of 283.49º 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 #C022FC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 34 | 252 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.01 |
| HSL | 283.49º | 0.97% | 0.56% | - |
| HSV(B) | 283.49º | 0.87% | 0.99% | - |
| XYZ | 39.88 | 19.38 | 93.73 | - |
| YUV | 106.09 | 210.35 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 252 | 0.24 | 0.87 | 0 | 0.01 | 283.49 | 0.97 | 0.56 |
| Hex | C0 | 22 | FC | 18 | 57 | 0 | 1 | 11B | 61 | 38 |
| Octal | 300 | 42 | 374 | 30 | 127 | 0 | 1 | 433 | 141 | 70 |
| Binary | 11000000 | 100010 | 11111100 | 11000 | 1010111 | 0 | 1 | 100011011 | 1100001 | 111000 |
Color Harmonies of #C022FC
Complementary color
Monochromatic Colors of #C022FC
Black with #C022FC
Text Example
Text Example
White with #C022FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022FC; }
p { color: rgb(192,34,252); }
H1.HeaderClassName
{
color: #C022FC;
}
.AnyTagClassName
{
color: #C022FC;
}
</style>
background-color css
<style>
a { background-color: #C022FC; }
a { background-color: rgb(192,34,252); }
div.DivClassName
{
background-color: #C022FC;
}
.BgClassName
{
background-color: #C022FC;
}
</style>
border-color css
<style>
span { border-color: #C022FC; }
span { border-color: rgb(192,34,252); }
td.TdClassName
{
border-color: #C022FC;
}
.TagClassName
{
border-color: #C022FC;
}
</style>