Shades of Electric Purple #C50CEE
Tints of Electric Purple #C50CEE
RGB
CMYK
RGB Variations
Color information
#C50CEE (or 0xC50CEE) is known color: Electric Purple. HEX triplet: C5, 0C and EE. RGB value is (197,12,238). Sum of RGB (Red+Green+Blue) = 197+12+238=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C50CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CEE is #3AF311. Grayscale: #5C5C5C. Windows color (decimal): -3863314 or 15600837. OLE color: 15600837.
HSL color Cylindrical-coordinate representation of color #C50CEE: hue angle of 289.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CEE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 12 | 238 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.12º | 0.9% | 0.49% | - |
| HSV(B) | 289.12º | 0.95% | 0.93% | - |
| XYZ | 38.59 | 18.31 | 82.39 | - |
| YUV | 93.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 238 | 0.17 | 0.95 | 0 | 0.07 | 289.12 | 0.9 | 0.49 |
| Hex | C5 | C | EE | 11 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 305 | 14 | 356 | 21 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000101 | 1100 | 11101110 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C50CEE
Complementary color
Monochromatic Colors of #C50CEE
Black with #C50CEE
Text Example
Text Example
White with #C50CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CEE; }
p { color: rgb(197,12,238); }
H1.HeaderClassName
{
color: #C50CEE;
}
.AnyTagClassName
{
color: #C50CEE;
}
</style>
background-color css
<style>
a { background-color: #C50CEE; }
a { background-color: rgb(197,12,238); }
div.DivClassName
{
background-color: #C50CEE;
}
.BgClassName
{
background-color: #C50CEE;
}
</style>
border-color css
<style>
span { border-color: #C50CEE; }
span { border-color: rgb(197,12,238); }
td.TdClassName
{
border-color: #C50CEE;
}
.TagClassName
{
border-color: #C50CEE;
}
</style>