Shades of Electric Purple #C31EF8
Tints of Electric Purple #C31EF8
RGB
CMYK
RGB Variations
Color information
#C31EF8 (or 0xC31EF8) is known color: Electric Purple. HEX triplet: C3, 1E and F8. RGB value is (195,30,248). Sum of RGB (Red+Green+Blue) = 195+30+248=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #C31EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EF8 is #3CE107. Grayscale: #676767. Windows color (decimal): -3989768 or 16260803. OLE color: 16260803.
HSL color Cylindrical-coordinate representation of color #C31EF8: hue angle of 285.41º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31EF8 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 30 | 248 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.03 |
| HSL | 285.41º | 0.94% | 0.55% | - |
| HSV(B) | 285.41º | 0.88% | 0.97% | - |
| XYZ | 39.91 | 19.31 | 90.43 | - |
| YUV | 104.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 248 | 0.21 | 0.88 | 0 | 0.03 | 285.41 | 0.94 | 0.55 |
| Hex | C3 | 1E | F8 | 15 | 58 | 0 | 3 | 11D | 5E | 37 |
| Octal | 303 | 36 | 370 | 25 | 130 | 0 | 3 | 435 | 136 | 67 |
| Binary | 11000011 | 11110 | 11111000 | 10101 | 1011000 | 0 | 11 | 100011101 | 1011110 | 110111 |
Color Harmonies of #C31EF8
Complementary color
Monochromatic Colors of #C31EF8
Black with #C31EF8
Text Example
Text Example
White with #C31EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EF8; }
p { color: rgb(195,30,248); }
H1.HeaderClassName
{
color: #C31EF8;
}
.AnyTagClassName
{
color: #C31EF8;
}
</style>
background-color css
<style>
a { background-color: #C31EF8; }
a { background-color: rgb(195,30,248); }
div.DivClassName
{
background-color: #C31EF8;
}
.BgClassName
{
background-color: #C31EF8;
}
</style>
border-color css
<style>
span { border-color: #C31EF8; }
span { border-color: rgb(195,30,248); }
td.TdClassName
{
border-color: #C31EF8;
}
.TagClassName
{
border-color: #C31EF8;
}
</style>