Shades of Electric Purple #C50CFF
Tints of Electric Purple #C50CFF
RGB
CMYK
RGB Variations
Color information
#C50CFF (or 0xC50CFF) is known color: Electric Purple. HEX triplet: C5, 0C and FF. RGB value is (197,12,255). Sum of RGB (Red+Green+Blue) = 197+12+255=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C50CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CFF is #3AF300. Grayscale: #5E5E5E. Windows color (decimal): -3863297 or 16714949. OLE color: 16714949.
HSL color Cylindrical-coordinate representation of color #C50CFF: hue angle of 285.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CFF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 12 | 255 | - |
| CMYK | 0.23 | 0.95 | 0 | 0 |
| HSL | 285.68º | 1% | 0.52% | - |
| HSV(B) | 285.68º | 0.95% | 1% | - |
| XYZ | 41.21 | 19.35 | 96.17 | - |
| YUV | 95.02 | 218.29 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 255 | 0.23 | 0.95 | 0 | 0 | 285.68 | 1 | 0.52 |
| Hex | C5 | C | FF | 17 | 5F | 0 | 0 | 11E | 64 | 34 |
| Octal | 305 | 14 | 377 | 27 | 137 | 0 | 0 | 436 | 144 | 64 |
| Binary | 11000101 | 1100 | 11111111 | 10111 | 1011111 | 0 | 0 | 100011110 | 1100100 | 110100 |
Color Harmonies of #C50CFF
Complementary color
Monochromatic Colors of #C50CFF
Black with #C50CFF
Text Example
Text Example
White with #C50CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CFF; }
p { color: rgb(197,12,255); }
H1.HeaderClassName
{
color: #C50CFF;
}
.AnyTagClassName
{
color: #C50CFF;
}
</style>
background-color css
<style>
a { background-color: #C50CFF; }
a { background-color: rgb(197,12,255); }
div.DivClassName
{
background-color: #C50CFF;
}
.BgClassName
{
background-color: #C50CFF;
}
</style>
border-color css
<style>
span { border-color: #C50CFF; }
span { border-color: rgb(197,12,255); }
td.TdClassName
{
border-color: #C50CFF;
}
.TagClassName
{
border-color: #C50CFF;
}
</style>