Shades of Electric Purple #C22CFB
Tints of Electric Purple #C22CFB
RGB
CMYK
RGB Variations
Color information
#C22CFB (or 0xC22CFB) is known color: Electric Purple. HEX triplet: C2, 2C and FB. RGB value is (194,44,251). Sum of RGB (Red+Green+Blue) = 194+44+251=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C22CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CFB is #3DD304. Grayscale: #6F6F6F. Windows color (decimal): -4051717 or 16460994. OLE color: 16460994.
HSL color Cylindrical-coordinate representation of color #C22CFB: hue angle of 283.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22CFB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 44 | 251 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.02 |
| HSL | 283.48º | 0.96% | 0.58% | - |
| HSV(B) | 283.48º | 0.82% | 0.98% | - |
| XYZ | 40.56 | 20.24 | 93.03 | - |
| YUV | 112.45 | 206.2 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 251 | 0.23 | 0.82 | 0 | 0.02 | 283.48 | 0.96 | 0.58 |
| Hex | C2 | 2C | FB | 17 | 52 | 0 | 2 | 11B | 60 | 3A |
| Octal | 302 | 54 | 373 | 27 | 122 | 0 | 2 | 433 | 140 | 72 |
| Binary | 11000010 | 101100 | 11111011 | 10111 | 1010010 | 0 | 10 | 100011011 | 1100000 | 111010 |
Color Harmonies of #C22CFB
Complementary color
Monochromatic Colors of #C22CFB
Black with #C22CFB
Text Example
Text Example
White with #C22CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CFB; }
p { color: rgb(194,44,251); }
H1.HeaderClassName
{
color: #C22CFB;
}
.AnyTagClassName
{
color: #C22CFB;
}
</style>
background-color css
<style>
a { background-color: #C22CFB; }
a { background-color: rgb(194,44,251); }
div.DivClassName
{
background-color: #C22CFB;
}
.BgClassName
{
background-color: #C22CFB;
}
</style>
border-color css
<style>
span { border-color: #C22CFB; }
span { border-color: rgb(194,44,251); }
td.TdClassName
{
border-color: #C22CFB;
}
.TagClassName
{
border-color: #C22CFB;
}
</style>