Shades of Electric Purple #C50CEB
Tints of Electric Purple #C50CEB
RGB
CMYK
RGB Variations
Color information
#C50CEB (or 0xC50CEB) is known color: Electric Purple. HEX triplet: C5, 0C and EB. RGB value is (197,12,235). Sum of RGB (Red+Green+Blue) = 197+12+235=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #C50CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CEB is #3AF314. Grayscale: #5C5C5C. Windows color (decimal): -3863317 or 15404229. OLE color: 15404229.
HSL color Cylindrical-coordinate representation of color #C50CEB: hue angle of 289.78º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CEB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 12 | 235 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.08 |
| HSL | 289.78º | 0.9% | 0.48% | - |
| HSV(B) | 289.78º | 0.95% | 0.92% | - |
| XYZ | 38.15 | 18.13 | 80.09 | - |
| YUV | 92.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 235 | 0.16 | 0.95 | 0 | 0.08 | 289.78 | 0.9 | 0.48 |
| Hex | C5 | C | EB | 10 | 5F | 0 | 8 | 122 | 5A | 30 |
| Octal | 305 | 14 | 353 | 20 | 137 | 0 | 10 | 442 | 132 | 60 |
| Binary | 11000101 | 1100 | 11101011 | 10000 | 1011111 | 0 | 1000 | 100100010 | 1011010 | 110000 |
Color Harmonies of #C50CEB
Complementary color
Monochromatic Colors of #C50CEB
Black with #C50CEB
Text Example
Text Example
White with #C50CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CEB; }
p { color: rgb(197,12,235); }
H1.HeaderClassName
{
color: #C50CEB;
}
.AnyTagClassName
{
color: #C50CEB;
}
</style>
background-color css
<style>
a { background-color: #C50CEB; }
a { background-color: rgb(197,12,235); }
div.DivClassName
{
background-color: #C50CEB;
}
.BgClassName
{
background-color: #C50CEB;
}
</style>
border-color css
<style>
span { border-color: #C50CEB; }
span { border-color: rgb(197,12,235); }
td.TdClassName
{
border-color: #C50CEB;
}
.TagClassName
{
border-color: #C50CEB;
}
</style>