Shades of Electric Purple #C01FF1
Tints of Electric Purple #C01FF1
RGB
CMYK
RGB Variations
Color information
#C01FF1 (or 0xC01FF1) is known color: Electric Purple. HEX triplet: C0, 1F and F1. RGB value is (192,31,241). Sum of RGB (Red+Green+Blue) = 192+31+241=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #C01FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FF1 is #3FE00E. Grayscale: #666666. Windows color (decimal): -4186127 or 15802304. OLE color: 15802304.
HSL color Cylindrical-coordinate representation of color #C01FF1: hue angle of 286º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01FF1 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 31 | 241 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.05 |
| HSL | 286º | 0.88% | 0.53% | - |
| HSV(B) | 286º | 0.87% | 0.95% | - |
| XYZ | 38.11 | 18.54 | 84.79 | - |
| YUV | 103.08 | 205.84 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 241 | 0.20 | 0.87 | 0 | 0.05 | 286 | 0.88 | 0.53 |
| Hex | C0 | 1F | F1 | 14 | 57 | 0 | 5 | 11E | 58 | 35 |
| Octal | 300 | 37 | 361 | 24 | 127 | 0 | 5 | 436 | 130 | 65 |
| Binary | 11000000 | 11111 | 11110001 | 10100 | 1010111 | 0 | 101 | 100011110 | 1011000 | 110101 |
Color Harmonies of #C01FF1
Complementary color
Monochromatic Colors of #C01FF1
Black with #C01FF1
Text Example
Text Example
White with #C01FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FF1; }
p { color: rgb(192,31,241); }
H1.HeaderClassName
{
color: #C01FF1;
}
.AnyTagClassName
{
color: #C01FF1;
}
</style>
background-color css
<style>
a { background-color: #C01FF1; }
a { background-color: rgb(192,31,241); }
div.DivClassName
{
background-color: #C01FF1;
}
.BgClassName
{
background-color: #C01FF1;
}
</style>
border-color css
<style>
span { border-color: #C01FF1; }
span { border-color: rgb(192,31,241); }
td.TdClassName
{
border-color: #C01FF1;
}
.TagClassName
{
border-color: #C01FF1;
}
</style>