Shades of Electric Purple #C01DFB
Tints of Electric Purple #C01DFB
RGB
CMYK
RGB Variations
Color information
#C01DFB (or 0xC01DFB) is known color: Electric Purple. HEX triplet: C0, 1D and FB. RGB value is (192,29,251). Sum of RGB (Red+Green+Blue) = 192+29+251=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #C01DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DFB is #3FE204. Grayscale: #666666. Windows color (decimal): -4186629 or 16457152. OLE color: 16457152.
HSL color Cylindrical-coordinate representation of color #C01DFB: hue angle of 284.05º degrees, saturation: 0.97, 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 #C01DFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 29 | 251 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.02 |
| HSL | 284.05º | 0.97% | 0.55% | - |
| HSV(B) | 284.05º | 0.88% | 0.98% | - |
| XYZ | 39.59 | 19.05 | 92.86 | - |
| YUV | 103.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 251 | 0.24 | 0.88 | 0 | 0.02 | 284.05 | 0.97 | 0.55 |
| Hex | C0 | 1D | FB | 18 | 58 | 0 | 2 | 11C | 61 | 37 |
| Octal | 300 | 35 | 373 | 30 | 130 | 0 | 2 | 434 | 141 | 67 |
| Binary | 11000000 | 11101 | 11111011 | 11000 | 1011000 | 0 | 10 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C01DFB
Complementary color
Monochromatic Colors of #C01DFB
Black with #C01DFB
Text Example
Text Example
White with #C01DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DFB; }
p { color: rgb(192,29,251); }
H1.HeaderClassName
{
color: #C01DFB;
}
.AnyTagClassName
{
color: #C01DFB;
}
</style>
background-color css
<style>
a { background-color: #C01DFB; }
a { background-color: rgb(192,29,251); }
div.DivClassName
{
background-color: #C01DFB;
}
.BgClassName
{
background-color: #C01DFB;
}
</style>
border-color css
<style>
span { border-color: #C01DFB; }
span { border-color: rgb(192,29,251); }
td.TdClassName
{
border-color: #C01DFB;
}
.TagClassName
{
border-color: #C01DFB;
}
</style>