Shades of Electric Purple #C50CEA
Tints of Electric Purple #C50CEA
RGB
CMYK
RGB Variations
Color information
#C50CEA (or 0xC50CEA) is known color: Electric Purple. HEX triplet: C5, 0C and EA. RGB value is (197,12,234). Sum of RGB (Red+Green+Blue) = 197+12+234=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #C50CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CEA is #3AF315. Grayscale: #5B5B5B. Windows color (decimal): -3863318 or 15338693. OLE color: 15338693.
HSL color Cylindrical-coordinate representation of color #C50CEA: hue angle of 290º 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 #C50CEA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 12 | 234 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.08 |
| HSL | 290º | 0.9% | 0.48% | - |
| HSV(B) | 290º | 0.95% | 0.92% | - |
| XYZ | 38.01 | 18.07 | 79.33 | - |
| YUV | 92.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 234 | 0.16 | 0.95 | 0 | 0.08 | 290 | 0.9 | 0.48 |
| Hex | C5 | C | EA | 10 | 5F | 0 | 8 | 122 | 5A | 30 |
| Octal | 305 | 14 | 352 | 20 | 137 | 0 | 10 | 442 | 132 | 60 |
| Binary | 11000101 | 1100 | 11101010 | 10000 | 1011111 | 0 | 1000 | 100100010 | 1011010 | 110000 |
Color Harmonies of #C50CEA
Complementary color
Monochromatic Colors of #C50CEA
Black with #C50CEA
Text Example
Text Example
White with #C50CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CEA; }
p { color: rgb(197,12,234); }
H1.HeaderClassName
{
color: #C50CEA;
}
.AnyTagClassName
{
color: #C50CEA;
}
</style>
background-color css
<style>
a { background-color: #C50CEA; }
a { background-color: rgb(197,12,234); }
div.DivClassName
{
background-color: #C50CEA;
}
.BgClassName
{
background-color: #C50CEA;
}
</style>
border-color css
<style>
span { border-color: #C50CEA; }
span { border-color: rgb(197,12,234); }
td.TdClassName
{
border-color: #C50CEA;
}
.TagClassName
{
border-color: #C50CEA;
}
</style>