Shades of Electric Purple #C01AF3
Tints of Electric Purple #C01AF3
RGB
CMYK
RGB Variations
Color information
#C01AF3 (or 0xC01AF3) is known color: Electric Purple. HEX triplet: C0, 1A and F3. RGB value is (192,26,243). Sum of RGB (Red+Green+Blue) = 192+26+243=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #C01AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AF3 is #3FE50C. Grayscale: #636363. Windows color (decimal): -4187405 or 15932096. OLE color: 15932096.
HSL color Cylindrical-coordinate representation of color #C01AF3: hue angle of 285.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AF3 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 26 | 243 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.05 |
| HSL | 285.9º | 0.9% | 0.53% | - |
| HSV(B) | 285.9º | 0.89% | 0.95% | - |
| XYZ | 38.29 | 18.42 | 86.33 | - |
| YUV | 100.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 243 | 0.21 | 0.89 | 0 | 0.05 | 285.9 | 0.9 | 0.53 |
| Hex | C0 | 1A | F3 | 15 | 59 | 0 | 5 | 11E | 5A | 35 |
| Octal | 300 | 32 | 363 | 25 | 131 | 0 | 5 | 436 | 132 | 65 |
| Binary | 11000000 | 11010 | 11110011 | 10101 | 1011001 | 0 | 101 | 100011110 | 1011010 | 110101 |
Color Harmonies of #C01AF3
Complementary color
Monochromatic Colors of #C01AF3
Black with #C01AF3
Text Example
Text Example
White with #C01AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AF3; }
p { color: rgb(192,26,243); }
H1.HeaderClassName
{
color: #C01AF3;
}
.AnyTagClassName
{
color: #C01AF3;
}
</style>
background-color css
<style>
a { background-color: #C01AF3; }
a { background-color: rgb(192,26,243); }
div.DivClassName
{
background-color: #C01AF3;
}
.BgClassName
{
background-color: #C01AF3;
}
</style>
border-color css
<style>
span { border-color: #C01AF3; }
span { border-color: rgb(192,26,243); }
td.TdClassName
{
border-color: #C01AF3;
}
.TagClassName
{
border-color: #C01AF3;
}
</style>