Shades of Electric Purple #C00CE5
Tints of Electric Purple #C00CE5
RGB
CMYK
RGB Variations
Color information
#C00CE5 (or 0xC00CE5) is known color: Electric Purple. HEX triplet: C0, 0C and E5. RGB value is (192,12,229). Sum of RGB (Red+Green+Blue) = 192+12+229=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #C00CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CE5 is #3FF31A. Grayscale: #595959. Windows color (decimal): -4191003 or 15011008. OLE color: 15011008.
HSL color Cylindrical-coordinate representation of color #C00CE5: hue angle of 289.77º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CE5 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 12 | 229 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.10 |
| HSL | 289.77º | 0.9% | 0.47% | - |
| HSV(B) | 289.77º | 0.95% | 0.9% | - |
| XYZ | 36.01 | 17.13 | 75.54 | - |
| YUV | 90.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 229 | 0.16 | 0.95 | 0 | 0.10 | 289.77 | 0.9 | 0.47 |
| Hex | C0 | C | E5 | 10 | 5F | 0 | A | 122 | 5A | 2F |
| Octal | 300 | 14 | 345 | 20 | 137 | 0 | 12 | 442 | 132 | 57 |
| Binary | 11000000 | 1100 | 11100101 | 10000 | 1011111 | 0 | 1010 | 100100010 | 1011010 | 101111 |
Color Harmonies of #C00CE5
Complementary color
Monochromatic Colors of #C00CE5
Black with #C00CE5
Text Example
Text Example
White with #C00CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CE5; }
p { color: rgb(192,12,229); }
H1.HeaderClassName
{
color: #C00CE5;
}
.AnyTagClassName
{
color: #C00CE5;
}
</style>
background-color css
<style>
a { background-color: #C00CE5; }
a { background-color: rgb(192,12,229); }
div.DivClassName
{
background-color: #C00CE5;
}
.BgClassName
{
background-color: #C00CE5;
}
</style>
border-color css
<style>
span { border-color: #C00CE5; }
span { border-color: rgb(192,12,229); }
td.TdClassName
{
border-color: #C00CE5;
}
.TagClassName
{
border-color: #C00CE5;
}
</style>