Shades of Electric Purple #C001EA
Tints of Electric Purple #C001EA
RGB
CMYK
RGB Variations
Color information
#C001EA (or 0xC001EA) is known color: Electric Purple. HEX triplet: C0, 01 and EA. RGB value is (192,1,234). Sum of RGB (Red+Green+Blue) = 192+1+234=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #C001EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001EA is #3FFE15. Grayscale: #535353. Windows color (decimal): -4193814 or 15335872. OLE color: 15335872.
HSL color Cylindrical-coordinate representation of color #C001EA: hue angle of 289.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001EA is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 1 | 234 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.08 |
| HSL | 289.18º | 0.99% | 0.46% | - |
| HSV(B) | 289.18º | 1% | 0.92% | - |
| XYZ | 36.6 | 17.17 | 79.23 | - |
| YUV | 84.67 | 212.28 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 234 | 0.18 | 1.00 | 0 | 0.08 | 289.18 | 0.99 | 0.46 |
| Hex | C0 | 1 | EA | 12 | 64 | 0 | 8 | 121 | 63 | 2E |
| Octal | 300 | 1 | 352 | 22 | 144 | 0 | 10 | 441 | 143 | 56 |
| Binary | 11000000 | 1 | 11101010 | 10010 | 1100100 | 0 | 1000 | 100100001 | 1100011 | 101110 |
Color Harmonies of #C001EA
Complementary color
Monochromatic Colors of #C001EA
Black with #C001EA
Text Example
Text Example
White with #C001EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001EA; }
p { color: rgb(192,1,234); }
H1.HeaderClassName
{
color: #C001EA;
}
.AnyTagClassName
{
color: #C001EA;
}
</style>
background-color css
<style>
a { background-color: #C001EA; }
a { background-color: rgb(192,1,234); }
div.DivClassName
{
background-color: #C001EA;
}
.BgClassName
{
background-color: #C001EA;
}
</style>
border-color css
<style>
span { border-color: #C001EA; }
span { border-color: rgb(192,1,234); }
td.TdClassName
{
border-color: #C001EA;
}
.TagClassName
{
border-color: #C001EA;
}
</style>