Shades of Electric Purple #C022FD
Tints of Electric Purple #C022FD
RGB
CMYK
RGB Variations
Color information
#C022FD (or 0xC022FD) is known color: Electric Purple. HEX triplet: C0, 22 and FD. RGB value is (192,34,253). Sum of RGB (Red+Green+Blue) = 192+34+253=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C022FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022FD is #3FDD02. Grayscale: #696969. Windows color (decimal): -4185347 or 16589504. OLE color: 16589504.
HSL color Cylindrical-coordinate representation of color #C022FD: hue angle of 283.29º degrees, saturation: 0.98, 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 #C022FD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 34 | 253 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.01 |
| HSL | 283.29º | 0.98% | 0.56% | - |
| HSV(B) | 283.29º | 0.87% | 0.99% | - |
| XYZ | 40.04 | 19.44 | 94.57 | - |
| YUV | 106.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 253 | 0.24 | 0.87 | 0 | 0.01 | 283.29 | 0.98 | 0.56 |
| Hex | C0 | 22 | FD | 18 | 57 | 0 | 1 | 11B | 62 | 38 |
| Octal | 300 | 42 | 375 | 30 | 127 | 0 | 1 | 433 | 142 | 70 |
| Binary | 11000000 | 100010 | 11111101 | 11000 | 1010111 | 0 | 1 | 100011011 | 1100010 | 111000 |
Color Harmonies of #C022FD
Complementary color
Monochromatic Colors of #C022FD
Black with #C022FD
Text Example
Text Example
White with #C022FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022FD; }
p { color: rgb(192,34,253); }
H1.HeaderClassName
{
color: #C022FD;
}
.AnyTagClassName
{
color: #C022FD;
}
</style>
background-color css
<style>
a { background-color: #C022FD; }
a { background-color: rgb(192,34,253); }
div.DivClassName
{
background-color: #C022FD;
}
.BgClassName
{
background-color: #C022FD;
}
</style>
border-color css
<style>
span { border-color: #C022FD; }
span { border-color: rgb(192,34,253); }
td.TdClassName
{
border-color: #C022FD;
}
.TagClassName
{
border-color: #C022FD;
}
</style>