Shades of Electric Purple #C22BFA
Tints of Electric Purple #C22BFA
RGB
CMYK
RGB Variations
Color information
#C22BFA (or 0xC22BFA) is known color: Electric Purple. HEX triplet: C2, 2B and FA. RGB value is (194,43,250). Sum of RGB (Red+Green+Blue) = 194+43+250=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #C22BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BFA is #3DD405. Grayscale: #6F6F6F. Windows color (decimal): -4051974 or 16395202. OLE color: 16395202.
HSL color Cylindrical-coordinate representation of color #C22BFA: hue angle of 283.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22BFA is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 43 | 250 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.02 |
| HSL | 283.77º | 0.95% | 0.57% | - |
| HSV(B) | 283.77º | 0.83% | 0.98% | - |
| XYZ | 40.37 | 20.1 | 92.19 | - |
| YUV | 111.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 250 | 0.22 | 0.83 | 0 | 0.02 | 283.77 | 0.95 | 0.57 |
| Hex | C2 | 2B | FA | 16 | 53 | 0 | 2 | 11C | 5F | 39 |
| Octal | 302 | 53 | 372 | 26 | 123 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000010 | 101011 | 11111010 | 10110 | 1010011 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C22BFA
Complementary color
Monochromatic Colors of #C22BFA
Black with #C22BFA
Text Example
Text Example
White with #C22BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BFA; }
p { color: rgb(194,43,250); }
H1.HeaderClassName
{
color: #C22BFA;
}
.AnyTagClassName
{
color: #C22BFA;
}
</style>
background-color css
<style>
a { background-color: #C22BFA; }
a { background-color: rgb(194,43,250); }
div.DivClassName
{
background-color: #C22BFA;
}
.BgClassName
{
background-color: #C22BFA;
}
</style>
border-color css
<style>
span { border-color: #C22BFA; }
span { border-color: rgb(194,43,250); }
td.TdClassName
{
border-color: #C22BFA;
}
.TagClassName
{
border-color: #C22BFA;
}
</style>