Shades of Electric Purple #C22FF3
Tints of Electric Purple #C22FF3
RGB
CMYK
RGB Variations
Color information
#C22FF3 (or 0xC22FF3) is known color: Electric Purple. HEX triplet: C2, 2F and F3. RGB value is (194,47,243). Sum of RGB (Red+Green+Blue) = 194+47+243=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #C22FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FF3 is #3DD00C. Grayscale: #707070. Windows color (decimal): -4050957 or 15937474. OLE color: 15937474.
HSL color Cylindrical-coordinate representation of color #C22FF3: hue angle of 285º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22FF3 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 47 | 243 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.05 |
| HSL | 285º | 0.89% | 0.57% | - |
| HSV(B) | 285º | 0.81% | 0.95% | - |
| XYZ | 39.44 | 19.97 | 86.57 | - |
| YUV | 113.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 243 | 0.20 | 0.81 | 0 | 0.05 | 285 | 0.89 | 0.57 |
| Hex | C2 | 2F | F3 | 14 | 51 | 0 | 5 | 11D | 59 | 39 |
| Octal | 302 | 57 | 363 | 24 | 121 | 0 | 5 | 435 | 131 | 71 |
| Binary | 11000010 | 101111 | 11110011 | 10100 | 1010001 | 0 | 101 | 100011101 | 1011001 | 111001 |
Color Harmonies of #C22FF3
Complementary color
Monochromatic Colors of #C22FF3
Black with #C22FF3
Text Example
Text Example
White with #C22FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FF3; }
p { color: rgb(194,47,243); }
H1.HeaderClassName
{
color: #C22FF3;
}
.AnyTagClassName
{
color: #C22FF3;
}
</style>
background-color css
<style>
a { background-color: #C22FF3; }
a { background-color: rgb(194,47,243); }
div.DivClassName
{
background-color: #C22FF3;
}
.BgClassName
{
background-color: #C22FF3;
}
</style>
border-color css
<style>
span { border-color: #C22FF3; }
span { border-color: rgb(194,47,243); }
td.TdClassName
{
border-color: #C22FF3;
}
.TagClassName
{
border-color: #C22FF3;
}
</style>