Shades of Electric Purple #C31FF6
Tints of Electric Purple #C31FF6
RGB
CMYK
RGB Variations
Color information
#C31FF6 (or 0xC31FF6) is known color: Electric Purple. HEX triplet: C3, 1F and F6. RGB value is (195,31,246). Sum of RGB (Red+Green+Blue) = 195+31+246=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #C31FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FF6 is #3CE009. Grayscale: #676767. Windows color (decimal): -3989514 or 16129987. OLE color: 16129987.
HSL color Cylindrical-coordinate representation of color #C31FF6: hue angle of 285.77º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31FF6 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 31 | 246 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.04 |
| HSL | 285.77º | 0.92% | 0.54% | - |
| HSV(B) | 285.77º | 0.87% | 0.96% | - |
| XYZ | 39.63 | 19.24 | 88.81 | - |
| YUV | 104.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 246 | 0.21 | 0.87 | 0 | 0.04 | 285.77 | 0.92 | 0.54 |
| Hex | C3 | 1F | F6 | 15 | 57 | 0 | 4 | 11E | 5C | 36 |
| Octal | 303 | 37 | 366 | 25 | 127 | 0 | 4 | 436 | 134 | 66 |
| Binary | 11000011 | 11111 | 11110110 | 10101 | 1010111 | 0 | 100 | 100011110 | 1011100 | 110110 |
Color Harmonies of #C31FF6
Complementary color
Monochromatic Colors of #C31FF6
Black with #C31FF6
Text Example
Text Example
White with #C31FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FF6; }
p { color: rgb(195,31,246); }
H1.HeaderClassName
{
color: #C31FF6;
}
.AnyTagClassName
{
color: #C31FF6;
}
</style>
background-color css
<style>
a { background-color: #C31FF6; }
a { background-color: rgb(195,31,246); }
div.DivClassName
{
background-color: #C31FF6;
}
.BgClassName
{
background-color: #C31FF6;
}
</style>
border-color css
<style>
span { border-color: #C31FF6; }
span { border-color: rgb(195,31,246); }
td.TdClassName
{
border-color: #C31FF6;
}
.TagClassName
{
border-color: #C31FF6;
}
</style>