Shades of Electric Purple #C01DF4
Tints of Electric Purple #C01DF4
RGB
CMYK
RGB Variations
Color information
#C01DF4 (or 0xC01DF4) is known color: Electric Purple. HEX triplet: C0, 1D and F4. RGB value is (192,29,244). Sum of RGB (Red+Green+Blue) = 192+29+244=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #C01DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DF4 is #3FE20B. Grayscale: #656565. Windows color (decimal): -4186636 or 15998400. OLE color: 15998400.
HSL color Cylindrical-coordinate representation of color #C01DF4: hue angle of 285.49º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DF4 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 192 | 29 | 244 | - |
CMYK | 0.21 | 0.88 | 0 | 0.04 |
HSL | 285.49º | 0.91% | 0.54% | - |
HSV(B) | 285.49º | 0.88% | 0.96% | - |
XYZ | 38.51 | 18.62 | 87.15 | - |
YUV | 102.25 | 208 | 192.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 29 | 244 | 0.21 | 0.88 | 0 | 0.04 | 285.49 | 0.91 | 0.54 |
Hex | C0 | 1D | F4 | 15 | 58 | 0 | 4 | 11D | 5B | 36 |
Octal | 300 | 35 | 364 | 25 | 130 | 0 | 4 | 435 | 133 | 66 |
Binary | 11000000 | 11101 | 11110100 | 10101 | 1011000 | 0 | 100 | 100011101 | 1011011 | 110110 |
Color Harmonies of #C01DF4
Complementary color
Monochromatic Colors of #C01DF4
Black with #C01DF4
Text Example
Text Example
White with #C01DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DF4; }
p { color: rgb(192,29,244); }
H1.HeaderClassName
{
color: #C01DF4;
}
.AnyTagClassName
{
color: #C01DF4;
}
</style>
background-color css
<style>
a { background-color: #C01DF4; }
a { background-color: rgb(192,29,244); }
div.DivClassName
{
background-color: #C01DF4;
}
.BgClassName
{
background-color: #C01DF4;
}
</style>
border-color css
<style>
span { border-color: #C01DF4; }
span { border-color: rgb(192,29,244); }
td.TdClassName
{
border-color: #C01DF4;
}
.TagClassName
{
border-color: #C01DF4;
}
</style>