Shades of Electric Purple #C000E6
Tints of Electric Purple #C000E6
RGB
CMYK
RGB Variations
Color information
#C000E6 (or 0xC000E6) is known color: Electric Purple. HEX triplet: C0, 00 and E6. RGB value is (192,0,230). Sum of RGB (Red+Green+Blue) = 192+0+230=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #C000E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000E6 is #3FFF19. Grayscale: #525252. Windows color (decimal): -4194074 or 15073472. OLE color: 15073472.
HSL color Cylindrical-coordinate representation of color #C000E6: hue angle of 290.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000E6 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 0 | 230 | - |
| CMYK | 0.17 | 1 | 0 | 0.10 |
| HSL | 290.09º | 1% | 0.45% | - |
| HSV(B) | 290.09º | 1% | 0.9% | - |
| XYZ | 36.02 | 16.92 | 76.23 | - |
| YUV | 83.63 | 210.61 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 230 | 0.17 | 1 | 0 | 0.10 | 290.09 | 1 | 0.45 |
| Hex | C0 | 0 | E6 | 11 | 64 | 0 | A | 122 | 64 | 2D |
| Octal | 300 | 0 | 346 | 21 | 144 | 0 | 12 | 442 | 144 | 55 |
| Binary | 11000000 | 0 | 11100110 | 10001 | 1100100 | 0 | 1010 | 100100010 | 1100100 | 101101 |
Color Harmonies of #C000E6
Complementary color
Monochromatic Colors of #C000E6
Black with #C000E6
Text Example
Text Example
White with #C000E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000E6; }
p { color: rgb(192,0,230); }
H1.HeaderClassName
{
color: #C000E6;
}
.AnyTagClassName
{
color: #C000E6;
}
</style>
background-color css
<style>
a { background-color: #C000E6; }
a { background-color: rgb(192,0,230); }
div.DivClassName
{
background-color: #C000E6;
}
.BgClassName
{
background-color: #C000E6;
}
</style>
border-color css
<style>
span { border-color: #C000E6; }
span { border-color: rgb(192,0,230); }
td.TdClassName
{
border-color: #C000E6;
}
.TagClassName
{
border-color: #C000E6;
}
</style>