Shades of Electric Purple #C22CFD
Tints of Electric Purple #C22CFD
RGB
CMYK
RGB Variations
Color information
#C22CFD (or 0xC22CFD) is known color: Electric Purple. HEX triplet: C2, 2C and FD. RGB value is (194,44,253). Sum of RGB (Red+Green+Blue) = 194+44+253=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C22CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CFD is #3DD302. Grayscale: #6F6F6F. Windows color (decimal): -4051715 or 16592066. OLE color: 16592066.
HSL color Cylindrical-coordinate representation of color #C22CFD: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22CFD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 44 | 253 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.01 |
| HSL | 283.06º | 0.98% | 0.58% | - |
| HSV(B) | 283.06º | 0.83% | 0.99% | - |
| XYZ | 40.88 | 20.36 | 94.7 | - |
| YUV | 112.68 | 207.2 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 253 | 0.23 | 0.83 | 0 | 0.01 | 283.06 | 0.98 | 0.58 |
| Hex | C2 | 2C | FD | 17 | 53 | 0 | 1 | 11B | 62 | 3A |
| Octal | 302 | 54 | 375 | 27 | 123 | 0 | 1 | 433 | 142 | 72 |
| Binary | 11000010 | 101100 | 11111101 | 10111 | 1010011 | 0 | 1 | 100011011 | 1100010 | 111010 |
Color Harmonies of #C22CFD
Complementary color
Monochromatic Colors of #C22CFD
Black with #C22CFD
Text Example
Text Example
White with #C22CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CFD; }
p { color: rgb(194,44,253); }
H1.HeaderClassName
{
color: #C22CFD;
}
.AnyTagClassName
{
color: #C22CFD;
}
</style>
background-color css
<style>
a { background-color: #C22CFD; }
a { background-color: rgb(194,44,253); }
div.DivClassName
{
background-color: #C22CFD;
}
.BgClassName
{
background-color: #C22CFD;
}
</style>
border-color css
<style>
span { border-color: #C22CFD; }
span { border-color: rgb(194,44,253); }
td.TdClassName
{
border-color: #C22CFD;
}
.TagClassName
{
border-color: #C22CFD;
}
</style>