Shades of Electric Purple #C031F9
Tints of Electric Purple #C031F9
RGB
CMYK
RGB Variations
Color information
#C031F9 (or 0xC031F9) is known color: Electric Purple. HEX triplet: C0, 31 and F9. RGB value is (192,49,249). Sum of RGB (Red+Green+Blue) = 192+49+249=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #C031F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031F9 is #3FCE06. Grayscale: #717171. Windows color (decimal): -4181511 or 16331200. OLE color: 16331200.
HSL color Cylindrical-coordinate representation of color #C031F9: hue angle of 282.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C031F9 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 49 | 249 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.02 |
| HSL | 282.9º | 0.94% | 0.58% | - |
| HSV(B) | 282.9º | 0.8% | 0.98% | - |
| XYZ | 39.94 | 20.24 | 91.42 | - |
| YUV | 114.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 249 | 0.23 | 0.80 | 0 | 0.02 | 282.9 | 0.94 | 0.58 |
| Hex | C0 | 31 | F9 | 17 | 50 | 0 | 2 | 11B | 5E | 3A |
| Octal | 300 | 61 | 371 | 27 | 120 | 0 | 2 | 433 | 136 | 72 |
| Binary | 11000000 | 110001 | 11111001 | 10111 | 1010000 | 0 | 10 | 100011011 | 1011110 | 111010 |
Color Harmonies of #C031F9
Complementary color
Monochromatic Colors of #C031F9
Black with #C031F9
Text Example
Text Example
White with #C031F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031F9; }
p { color: rgb(192,49,249); }
H1.HeaderClassName
{
color: #C031F9;
}
.AnyTagClassName
{
color: #C031F9;
}
</style>
background-color css
<style>
a { background-color: #C031F9; }
a { background-color: rgb(192,49,249); }
div.DivClassName
{
background-color: #C031F9;
}
.BgClassName
{
background-color: #C031F9;
}
</style>
border-color css
<style>
span { border-color: #C031F9; }
span { border-color: rgb(192,49,249); }
td.TdClassName
{
border-color: #C031F9;
}
.TagClassName
{
border-color: #C031F9;
}
</style>