Shades of Electric Purple #C50FF9
Tints of Electric Purple #C50FF9
RGB
CMYK
RGB Variations
Color information
#C50FF9 (or 0xC50FF9) is known color: Electric Purple. HEX triplet: C5, 0F and F9. RGB value is (197,15,249). Sum of RGB (Red+Green+Blue) = 197+15+249=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #C50FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FF9 is #3AF006. Grayscale: #5F5F5F. Windows color (decimal): -3862535 or 16322501. OLE color: 16322501.
HSL color Cylindrical-coordinate representation of color #C50FF9: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50FF9 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 15 | 249 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.02 |
| HSL | 286.67º | 0.95% | 0.52% | - |
| HSV(B) | 286.67º | 0.94% | 0.98% | - |
| XYZ | 40.3 | 19.05 | 91.18 | - |
| YUV | 96.09 | 214.3 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 249 | 0.21 | 0.94 | 0 | 0.02 | 286.67 | 0.95 | 0.52 |
| Hex | C5 | F | F9 | 15 | 5E | 0 | 2 | 11F | 5F | 34 |
| Octal | 305 | 17 | 371 | 25 | 136 | 0 | 2 | 437 | 137 | 64 |
| Binary | 11000101 | 1111 | 11111001 | 10101 | 1011110 | 0 | 10 | 100011111 | 1011111 | 110100 |
Color Harmonies of #C50FF9
Complementary color
Monochromatic Colors of #C50FF9
Black with #C50FF9
Text Example
Text Example
White with #C50FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FF9; }
p { color: rgb(197,15,249); }
H1.HeaderClassName
{
color: #C50FF9;
}
.AnyTagClassName
{
color: #C50FF9;
}
</style>
background-color css
<style>
a { background-color: #C50FF9; }
a { background-color: rgb(197,15,249); }
div.DivClassName
{
background-color: #C50FF9;
}
.BgClassName
{
background-color: #C50FF9;
}
</style>
border-color css
<style>
span { border-color: #C50FF9; }
span { border-color: rgb(197,15,249); }
td.TdClassName
{
border-color: #C50FF9;
}
.TagClassName
{
border-color: #C50FF9;
}
</style>