Shades of Electric Purple #C01CFB
Tints of Electric Purple #C01CFB
RGB
CMYK
RGB Variations
Color information
#C01CFB (or 0xC01CFB) is known color: Electric Purple. HEX triplet: C0, 1C and FB. RGB value is (192,28,251). Sum of RGB (Red+Green+Blue) = 192+28+251=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #C01CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CFB is #3FE304. Grayscale: #656565. Windows color (decimal): -4186885 or 16456896. OLE color: 16456896.
HSL color Cylindrical-coordinate representation of color #C01CFB: hue angle of 284.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01CFB is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 28 | 251 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.02 |
| HSL | 284.13º | 0.97% | 0.55% | - |
| HSV(B) | 284.13º | 0.89% | 0.98% | - |
| XYZ | 39.57 | 19 | 92.85 | - |
| YUV | 102.46 | 211.83 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 251 | 0.24 | 0.89 | 0 | 0.02 | 284.13 | 0.97 | 0.55 |
| Hex | C0 | 1C | FB | 18 | 59 | 0 | 2 | 11C | 61 | 37 |
| Octal | 300 | 34 | 373 | 30 | 131 | 0 | 2 | 434 | 141 | 67 |
| Binary | 11000000 | 11100 | 11111011 | 11000 | 1011001 | 0 | 10 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C01CFB
Complementary color
Monochromatic Colors of #C01CFB
Black with #C01CFB
Text Example
Text Example
White with #C01CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CFB; }
p { color: rgb(192,28,251); }
H1.HeaderClassName
{
color: #C01CFB;
}
.AnyTagClassName
{
color: #C01CFB;
}
</style>
background-color css
<style>
a { background-color: #C01CFB; }
a { background-color: rgb(192,28,251); }
div.DivClassName
{
background-color: #C01CFB;
}
.BgClassName
{
background-color: #C01CFB;
}
</style>
border-color css
<style>
span { border-color: #C01CFB; }
span { border-color: rgb(192,28,251); }
td.TdClassName
{
border-color: #C01CFB;
}
.TagClassName
{
border-color: #C01CFB;
}
</style>