Shades of Electric Purple #C503F9
Tints of Electric Purple #C503F9
RGB
CMYK
RGB Variations
Color information
#C503F9 (or 0xC503F9) is known color: Electric Purple. HEX triplet: C5, 03 and F9. RGB value is (197,3,249). Sum of RGB (Red+Green+Blue) = 197+3+249=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #C503F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503F9 is #3AFC06. Grayscale: #585858. Windows color (decimal): -3865607 or 16319429. OLE color: 16319429.
HSL color Cylindrical-coordinate representation of color #C503F9: hue angle of 287.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503F9 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 3 | 249 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.02 |
| HSL | 287.32º | 0.98% | 0.49% | - |
| HSV(B) | 287.32º | 0.99% | 0.98% | - |
| XYZ | 40.16 | 18.78 | 91.13 | - |
| YUV | 89.05 | 218.27 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 249 | 0.21 | 0.99 | 0 | 0.02 | 287.32 | 0.98 | 0.49 |
| Hex | C5 | 3 | F9 | 15 | 63 | 0 | 2 | 11F | 62 | 31 |
| Octal | 305 | 3 | 371 | 25 | 143 | 0 | 2 | 437 | 142 | 61 |
| Binary | 11000101 | 11 | 11111001 | 10101 | 1100011 | 0 | 10 | 100011111 | 1100010 | 110001 |
Color Harmonies of #C503F9
Complementary color
Monochromatic Colors of #C503F9
Black with #C503F9
Text Example
Text Example
White with #C503F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503F9; }
p { color: rgb(197,3,249); }
H1.HeaderClassName
{
color: #C503F9;
}
.AnyTagClassName
{
color: #C503F9;
}
</style>
background-color css
<style>
a { background-color: #C503F9; }
a { background-color: rgb(197,3,249); }
div.DivClassName
{
background-color: #C503F9;
}
.BgClassName
{
background-color: #C503F9;
}
</style>
border-color css
<style>
span { border-color: #C503F9; }
span { border-color: rgb(197,3,249); }
td.TdClassName
{
border-color: #C503F9;
}
.TagClassName
{
border-color: #C503F9;
}
</style>