Shades of Electric Purple #C50CED
Tints of Electric Purple #C50CED
RGB
CMYK
RGB Variations
Color information
#C50CED (or 0xC50CED) is known color: Electric Purple. HEX triplet: C5, 0C and ED. RGB value is (197,12,237). Sum of RGB (Red+Green+Blue) = 197+12+237=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C50CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CED is #3AF312. Grayscale: #5C5C5C. Windows color (decimal): -3863315 or 15535301. OLE color: 15535301.
HSL color Cylindrical-coordinate representation of color #C50CED: hue angle of 289.33º 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 #C50CED is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 12 | 237 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.33º | 0.9% | 0.49% | - |
| HSV(B) | 289.33º | 0.95% | 0.93% | - |
| XYZ | 38.44 | 18.25 | 81.62 | - |
| YUV | 92.97 | 209.29 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 237 | 0.17 | 0.95 | 0 | 0.07 | 289.33 | 0.9 | 0.49 |
| Hex | C5 | C | ED | 11 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 305 | 14 | 355 | 21 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000101 | 1100 | 11101101 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C50CED
Complementary color
Monochromatic Colors of #C50CED
Black with #C50CED
Text Example
Text Example
White with #C50CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CED; }
p { color: rgb(197,12,237); }
H1.HeaderClassName
{
color: #C50CED;
}
.AnyTagClassName
{
color: #C50CED;
}
</style>
background-color css
<style>
a { background-color: #C50CED; }
a { background-color: rgb(197,12,237); }
div.DivClassName
{
background-color: #C50CED;
}
.BgClassName
{
background-color: #C50CED;
}
</style>
border-color css
<style>
span { border-color: #C50CED; }
span { border-color: rgb(197,12,237); }
td.TdClassName
{
border-color: #C50CED;
}
.TagClassName
{
border-color: #C50CED;
}
</style>