Shades of Electric Purple #C50AFC
Tints of Electric Purple #C50AFC
RGB
CMYK
RGB Variations
Color information
#C50AFC (or 0xC50AFC) is known color: Electric Purple. HEX triplet: C5, 0A and FC. RGB value is (197,10,252). Sum of RGB (Red+Green+Blue) = 197+10+252=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C50AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AFC is #3AF503. Grayscale: #5C5C5C. Windows color (decimal): -3863812 or 16517829. OLE color: 16517829.
HSL color Cylindrical-coordinate representation of color #C50AFC: hue angle of 286.36º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50AFC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 10 | 252 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.01 |
| HSL | 286.36º | 0.98% | 0.51% | - |
| HSV(B) | 286.36º | 0.96% | 0.99% | - |
| XYZ | 40.71 | 19.12 | 93.64 | - |
| YUV | 93.5 | 217.45 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 252 | 0.22 | 0.96 | 0 | 0.01 | 286.36 | 0.98 | 0.51 |
| Hex | C5 | A | FC | 16 | 60 | 0 | 1 | 11E | 62 | 33 |
| Octal | 305 | 12 | 374 | 26 | 140 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000101 | 1010 | 11111100 | 10110 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C50AFC
Complementary color
Monochromatic Colors of #C50AFC
Black with #C50AFC
Text Example
Text Example
White with #C50AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AFC; }
p { color: rgb(197,10,252); }
H1.HeaderClassName
{
color: #C50AFC;
}
.AnyTagClassName
{
color: #C50AFC;
}
</style>
background-color css
<style>
a { background-color: #C50AFC; }
a { background-color: rgb(197,10,252); }
div.DivClassName
{
background-color: #C50AFC;
}
.BgClassName
{
background-color: #C50AFC;
}
</style>
border-color css
<style>
span { border-color: #C50AFC; }
span { border-color: rgb(197,10,252); }
td.TdClassName
{
border-color: #C50AFC;
}
.TagClassName
{
border-color: #C50AFC;
}
</style>