Shades of Electric Purple #C831F5
Tints of Electric Purple #C831F5
RGB
CMYK
RGB Variations
Color information
#C831F5 (or 0xC831F5) is known color: Electric Purple. HEX triplet: C8, 31 and F5. RGB value is (200,49,245). Sum of RGB (Red+Green+Blue) = 200+49+245=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #C831F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831F5 is #37CE0A. Grayscale: #737373. Windows color (decimal): -3657227 or 16069064. OLE color: 16069064.
HSL color Cylindrical-coordinate representation of color #C831F5: hue angle of 286.22º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C831F5 is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 49 | 245 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.04 |
| HSL | 286.22º | 0.91% | 0.58% | - |
| HSV(B) | 286.22º | 0.8% | 0.96% | - |
| XYZ | 41.4 | 21.07 | 88.27 | - |
| YUV | 116.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 245 | 0.18 | 0.8 | 0 | 0.04 | 286.22 | 0.91 | 0.58 |
| Hex | C8 | 31 | F5 | 12 | 50 | 0 | 4 | 11E | 5B | 3A |
| Octal | 310 | 61 | 365 | 22 | 120 | 0 | 4 | 436 | 133 | 72 |
| Binary | 11001000 | 110001 | 11110101 | 10010 | 1010000 | 0 | 100 | 100011110 | 1011011 | 111010 |
Color Harmonies of #C831F5
Complementary color
Monochromatic Colors of #C831F5
Black with #C831F5
Text Example
Text Example
White with #C831F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831F5; }
p { color: rgb(200,49,245); }
H1.HeaderClassName
{
color: #C831F5;
}
.AnyTagClassName
{
color: #C831F5;
}
</style>
background-color css
<style>
a { background-color: #C831F5; }
a { background-color: rgb(200,49,245); }
div.DivClassName
{
background-color: #C831F5;
}
.BgClassName
{
background-color: #C831F5;
}
</style>
border-color css
<style>
span { border-color: #C831F5; }
span { border-color: rgb(200,49,245); }
td.TdClassName
{
border-color: #C831F5;
}
.TagClassName
{
border-color: #C831F5;
}
</style>