Shades of Electric Purple #C20CF1
Tints of Electric Purple #C20CF1
RGB
CMYK
RGB Variations
Color information
#C20CF1 (or 0xC20CF1) is known color: Electric Purple. HEX triplet: C2, 0C and F1. RGB value is (194,12,241). Sum of RGB (Red+Green+Blue) = 194+12+241=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #C20CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CF1 is #3DF30E. Grayscale: #5B5B5B. Windows color (decimal): -4059919 or 15797442. OLE color: 15797442.
HSL color Cylindrical-coordinate representation of color #C20CF1: hue angle of 287.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CF1 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 12 | 241 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.05 |
| HSL | 287.69º | 0.91% | 0.5% | - |
| HSV(B) | 287.69º | 0.95% | 0.95% | - |
| XYZ | 38.26 | 18.08 | 84.69 | - |
| YUV | 92.52 | 211.8 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 241 | 0.20 | 0.95 | 0 | 0.05 | 287.69 | 0.91 | 0.5 |
| Hex | C2 | C | F1 | 14 | 5F | 0 | 5 | 120 | 5B | 32 |
| Octal | 302 | 14 | 361 | 24 | 137 | 0 | 5 | 440 | 133 | 62 |
| Binary | 11000010 | 1100 | 11110001 | 10100 | 1011111 | 0 | 101 | 100100000 | 1011011 | 110010 |
Color Harmonies of #C20CF1
Complementary color
Monochromatic Colors of #C20CF1
Black with #C20CF1
Text Example
Text Example
White with #C20CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CF1; }
p { color: rgb(194,12,241); }
H1.HeaderClassName
{
color: #C20CF1;
}
.AnyTagClassName
{
color: #C20CF1;
}
</style>
background-color css
<style>
a { background-color: #C20CF1; }
a { background-color: rgb(194,12,241); }
div.DivClassName
{
background-color: #C20CF1;
}
.BgClassName
{
background-color: #C20CF1;
}
</style>
border-color css
<style>
span { border-color: #C20CF1; }
span { border-color: rgb(194,12,241); }
td.TdClassName
{
border-color: #C20CF1;
}
.TagClassName
{
border-color: #C20CF1;
}
</style>