Shades of Electric Purple #C223F1
Tints of Electric Purple #C223F1
RGB
CMYK
RGB Variations
Color information
#C223F1 (or 0xC223F1) is known color: Electric Purple. HEX triplet: C2, 23 and F1. RGB value is (194,35,241). Sum of RGB (Red+Green+Blue) = 194+35+241=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #C223F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C223F1 is #3DDC0E. Grayscale: #696969. Windows color (decimal): -4054031 or 15803330. OLE color: 15803330.
HSL color Cylindrical-coordinate representation of color #C223F1: hue angle of 286.31º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C223F1 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 35 | 241 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.05 |
| HSL | 286.31º | 0.88% | 0.54% | - |
| HSV(B) | 286.31º | 0.85% | 0.95% | - |
| XYZ | 38.73 | 19.02 | 84.85 | - |
| YUV | 106.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 241 | 0.20 | 0.85 | 0 | 0.05 | 286.31 | 0.88 | 0.54 |
| Hex | C2 | 23 | F1 | 14 | 55 | 0 | 5 | 11E | 58 | 36 |
| Octal | 302 | 43 | 361 | 24 | 125 | 0 | 5 | 436 | 130 | 66 |
| Binary | 11000010 | 100011 | 11110001 | 10100 | 1010101 | 0 | 101 | 100011110 | 1011000 | 110110 |
Color Harmonies of #C223F1
Complementary color
Monochromatic Colors of #C223F1
Black with #C223F1
Text Example
Text Example
White with #C223F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223F1; }
p { color: rgb(194,35,241); }
H1.HeaderClassName
{
color: #C223F1;
}
.AnyTagClassName
{
color: #C223F1;
}
</style>
background-color css
<style>
a { background-color: #C223F1; }
a { background-color: rgb(194,35,241); }
div.DivClassName
{
background-color: #C223F1;
}
.BgClassName
{
background-color: #C223F1;
}
</style>
border-color css
<style>
span { border-color: #C223F1; }
span { border-color: rgb(194,35,241); }
td.TdClassName
{
border-color: #C223F1;
}
.TagClassName
{
border-color: #C223F1;
}
</style>