Shades of Electric Purple #C22BFC
Tints of Electric Purple #C22BFC
RGB
CMYK
RGB Variations
Color information
#C22BFC (or 0xC22BFC) is known color: Electric Purple. HEX triplet: C2, 2B and FC. RGB value is (194,43,252). Sum of RGB (Red+Green+Blue) = 194+43+252=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #C22BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BFC is #3DD403. Grayscale: #6F6F6F. Windows color (decimal): -4051972 or 16526274. OLE color: 16526274.
HSL color Cylindrical-coordinate representation of color #C22BFC: hue angle of 283.35º degrees, saturation: 0.97, 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 #C22BFC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 43 | 252 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.01 |
| HSL | 283.35º | 0.97% | 0.58% | - |
| HSV(B) | 283.35º | 0.83% | 0.99% | - |
| XYZ | 40.68 | 20.23 | 93.86 | - |
| YUV | 111.98 | 207.03 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 252 | 0.23 | 0.83 | 0 | 0.01 | 283.35 | 0.97 | 0.58 |
| Hex | C2 | 2B | FC | 17 | 53 | 0 | 1 | 11B | 61 | 3A |
| Octal | 302 | 53 | 374 | 27 | 123 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000010 | 101011 | 11111100 | 10111 | 1010011 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C22BFC
Complementary color
Monochromatic Colors of #C22BFC
Black with #C22BFC
Text Example
Text Example
White with #C22BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BFC; }
p { color: rgb(194,43,252); }
H1.HeaderClassName
{
color: #C22BFC;
}
.AnyTagClassName
{
color: #C22BFC;
}
</style>
background-color css
<style>
a { background-color: #C22BFC; }
a { background-color: rgb(194,43,252); }
div.DivClassName
{
background-color: #C22BFC;
}
.BgClassName
{
background-color: #C22BFC;
}
</style>
border-color css
<style>
span { border-color: #C22BFC; }
span { border-color: rgb(194,43,252); }
td.TdClassName
{
border-color: #C22BFC;
}
.TagClassName
{
border-color: #C22BFC;
}
</style>