Shades of Electric Purple #C50AF1
Tints of Electric Purple #C50AF1
RGB
CMYK
RGB Variations
Color information
#C50AF1 (or 0xC50AF1) is known color: Electric Purple. HEX triplet: C5, 0A and F1. RGB value is (197,10,241). Sum of RGB (Red+Green+Blue) = 197+10+241=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #C50AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AF1 is #3AF50E. Grayscale: #5B5B5B. Windows color (decimal): -3863823 or 15796933. OLE color: 15796933.
HSL color Cylindrical-coordinate representation of color #C50AF1: hue angle of 288.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50AF1 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 10 | 241 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.05 |
| HSL | 288.57º | 0.92% | 0.49% | - |
| HSV(B) | 288.57º | 0.96% | 0.95% | - |
| XYZ | 39.01 | 18.44 | 84.72 | - |
| YUV | 92.25 | 211.95 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 241 | 0.18 | 0.96 | 0 | 0.05 | 288.57 | 0.92 | 0.49 |
| Hex | C5 | A | F1 | 12 | 60 | 0 | 5 | 121 | 5C | 31 |
| Octal | 305 | 12 | 361 | 22 | 140 | 0 | 5 | 441 | 134 | 61 |
| Binary | 11000101 | 1010 | 11110001 | 10010 | 1100000 | 0 | 101 | 100100001 | 1011100 | 110001 |
Color Harmonies of #C50AF1
Complementary color
Monochromatic Colors of #C50AF1
Black with #C50AF1
Text Example
Text Example
White with #C50AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AF1; }
p { color: rgb(197,10,241); }
H1.HeaderClassName
{
color: #C50AF1;
}
.AnyTagClassName
{
color: #C50AF1;
}
</style>
background-color css
<style>
a { background-color: #C50AF1; }
a { background-color: rgb(197,10,241); }
div.DivClassName
{
background-color: #C50AF1;
}
.BgClassName
{
background-color: #C50AF1;
}
</style>
border-color css
<style>
span { border-color: #C50AF1; }
span { border-color: rgb(197,10,241); }
td.TdClassName
{
border-color: #C50AF1;
}
.TagClassName
{
border-color: #C50AF1;
}
</style>