Shades of Electric Purple #C01DFA
Tints of Electric Purple #C01DFA
RGB
CMYK
RGB Variations
Color information
#C01DFA (or 0xC01DFA) is known color: Electric Purple. HEX triplet: C0, 1D and FA. RGB value is (192,29,250). Sum of RGB (Red+Green+Blue) = 192+29+250=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C01DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DFA is #3FE205. Grayscale: #666666. Windows color (decimal): -4186630 or 16391616. OLE color: 16391616.
HSL color Cylindrical-coordinate representation of color #C01DFA: hue angle of 284.25º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DFA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 29 | 250 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.02 |
| HSL | 284.25º | 0.96% | 0.55% | - |
| HSV(B) | 284.25º | 0.88% | 0.98% | - |
| XYZ | 39.43 | 18.99 | 92.03 | - |
| YUV | 102.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 250 | 0.23 | 0.88 | 0 | 0.02 | 284.25 | 0.96 | 0.55 |
| Hex | C0 | 1D | FA | 17 | 58 | 0 | 2 | 11C | 60 | 37 |
| Octal | 300 | 35 | 372 | 27 | 130 | 0 | 2 | 434 | 140 | 67 |
| Binary | 11000000 | 11101 | 11111010 | 10111 | 1011000 | 0 | 10 | 100011100 | 1100000 | 110111 |
Color Harmonies of #C01DFA
Complementary color
Monochromatic Colors of #C01DFA
Black with #C01DFA
Text Example
Text Example
White with #C01DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DFA; }
p { color: rgb(192,29,250); }
H1.HeaderClassName
{
color: #C01DFA;
}
.AnyTagClassName
{
color: #C01DFA;
}
</style>
background-color css
<style>
a { background-color: #C01DFA; }
a { background-color: rgb(192,29,250); }
div.DivClassName
{
background-color: #C01DFA;
}
.BgClassName
{
background-color: #C01DFA;
}
</style>
border-color css
<style>
span { border-color: #C01DFA; }
span { border-color: rgb(192,29,250); }
td.TdClassName
{
border-color: #C01DFA;
}
.TagClassName
{
border-color: #C01DFA;
}
</style>