Shades of Electric Purple #C50AEE
Tints of Electric Purple #C50AEE
RGB
CMYK
RGB Variations
Color information
#C50AEE (or 0xC50AEE) is known color: Electric Purple. HEX triplet: C5, 0A and EE. RGB value is (197,10,238). Sum of RGB (Red+Green+Blue) = 197+10+238=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C50AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AEE is #3AF511. Grayscale: #5B5B5B. Windows color (decimal): -3863826 or 15600325. OLE color: 15600325.
HSL color Cylindrical-coordinate representation of color #C50AEE: hue angle of 289.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50AEE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 10 | 238 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.07 |
| HSL | 289.21º | 0.92% | 0.49% | - |
| HSV(B) | 289.21º | 0.96% | 0.93% | - |
| XYZ | 38.57 | 18.26 | 82.38 | - |
| YUV | 91.91 | 210.45 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 238 | 0.17 | 0.96 | 0 | 0.07 | 289.21 | 0.92 | 0.49 |
| Hex | C5 | A | EE | 11 | 60 | 0 | 7 | 121 | 5C | 31 |
| Octal | 305 | 12 | 356 | 21 | 140 | 0 | 7 | 441 | 134 | 61 |
| Binary | 11000101 | 1010 | 11101110 | 10001 | 1100000 | 0 | 111 | 100100001 | 1011100 | 110001 |
Color Harmonies of #C50AEE
Complementary color
Monochromatic Colors of #C50AEE
Black with #C50AEE
Text Example
Text Example
White with #C50AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AEE; }
p { color: rgb(197,10,238); }
H1.HeaderClassName
{
color: #C50AEE;
}
.AnyTagClassName
{
color: #C50AEE;
}
</style>
background-color css
<style>
a { background-color: #C50AEE; }
a { background-color: rgb(197,10,238); }
div.DivClassName
{
background-color: #C50AEE;
}
.BgClassName
{
background-color: #C50AEE;
}
</style>
border-color css
<style>
span { border-color: #C50AEE; }
span { border-color: rgb(197,10,238); }
td.TdClassName
{
border-color: #C50AEE;
}
.TagClassName
{
border-color: #C50AEE;
}
</style>