Shades of Electric Purple #C00CE7
Tints of Electric Purple #C00CE7
RGB
CMYK
RGB Variations
Color information
#C00CE7 (or 0xC00CE7) is known color: Electric Purple. HEX triplet: C0, 0C and E7. RGB value is (192,12,231). Sum of RGB (Red+Green+Blue) = 192+12+231=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #C00CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CE7 is #3FF318. Grayscale: #5A5A5A. Windows color (decimal): -4191001 or 15142080. OLE color: 15142080.
HSL color Cylindrical-coordinate representation of color #C00CE7: hue angle of 289.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CE7 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 12 | 231 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.09 |
| HSL | 289.32º | 0.9% | 0.48% | - |
| HSV(B) | 289.32º | 0.95% | 0.91% | - |
| XYZ | 36.29 | 17.24 | 77.02 | - |
| YUV | 90.79 | 207.13 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 231 | 0.17 | 0.95 | 0 | 0.09 | 289.32 | 0.9 | 0.48 |
| Hex | C0 | C | E7 | 11 | 5F | 0 | 9 | 121 | 5A | 30 |
| Octal | 300 | 14 | 347 | 21 | 137 | 0 | 11 | 441 | 132 | 60 |
| Binary | 11000000 | 1100 | 11100111 | 10001 | 1011111 | 0 | 1001 | 100100001 | 1011010 | 110000 |
Color Harmonies of #C00CE7
Complementary color
Monochromatic Colors of #C00CE7
Black with #C00CE7
Text Example
Text Example
White with #C00CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CE7; }
p { color: rgb(192,12,231); }
H1.HeaderClassName
{
color: #C00CE7;
}
.AnyTagClassName
{
color: #C00CE7;
}
</style>
background-color css
<style>
a { background-color: #C00CE7; }
a { background-color: rgb(192,12,231); }
div.DivClassName
{
background-color: #C00CE7;
}
.BgClassName
{
background-color: #C00CE7;
}
</style>
border-color css
<style>
span { border-color: #C00CE7; }
span { border-color: rgb(192,12,231); }
td.TdClassName
{
border-color: #C00CE7;
}
.TagClassName
{
border-color: #C00CE7;
}
</style>