Shades of Electric Purple #C01CF9
Tints of Electric Purple #C01CF9
RGB
CMYK
RGB Variations
Color information
#C01CF9 (or 0xC01CF9) is known color: Electric Purple. HEX triplet: C0, 1C and F9. RGB value is (192,28,249). Sum of RGB (Red+Green+Blue) = 192+28+249=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #C01CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CF9 is #3FE306. Grayscale: #656565. Windows color (decimal): -4186887 or 16325824. OLE color: 16325824.
HSL color Cylindrical-coordinate representation of color #C01CF9: hue angle of 284.52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01CF9 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 28 | 249 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.02 |
| HSL | 284.52º | 0.95% | 0.54% | - |
| HSV(B) | 284.52º | 0.89% | 0.98% | - |
| XYZ | 39.25 | 18.88 | 91.2 | - |
| YUV | 102.23 | 210.83 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 249 | 0.23 | 0.89 | 0 | 0.02 | 284.52 | 0.95 | 0.54 |
| Hex | C0 | 1C | F9 | 17 | 59 | 0 | 2 | 11D | 5F | 36 |
| Octal | 300 | 34 | 371 | 27 | 131 | 0 | 2 | 435 | 137 | 66 |
| Binary | 11000000 | 11100 | 11111001 | 10111 | 1011001 | 0 | 10 | 100011101 | 1011111 | 110110 |
Color Harmonies of #C01CF9
Complementary color
Monochromatic Colors of #C01CF9
Black with #C01CF9
Text Example
Text Example
White with #C01CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CF9; }
p { color: rgb(192,28,249); }
H1.HeaderClassName
{
color: #C01CF9;
}
.AnyTagClassName
{
color: #C01CF9;
}
</style>
background-color css
<style>
a { background-color: #C01CF9; }
a { background-color: rgb(192,28,249); }
div.DivClassName
{
background-color: #C01CF9;
}
.BgClassName
{
background-color: #C01CF9;
}
</style>
border-color css
<style>
span { border-color: #C01CF9; }
span { border-color: rgb(192,28,249); }
td.TdClassName
{
border-color: #C01CF9;
}
.TagClassName
{
border-color: #C01CF9;
}
</style>