Shades of Electric Purple #C31CF1
Tints of Electric Purple #C31CF1
RGB
CMYK
RGB Variations
Color information
#C31CF1 (or 0xC31CF1) is known color: Electric Purple. HEX triplet: C3, 1C and F1. RGB value is (195,28,241). Sum of RGB (Red+Green+Blue) = 195+28+241=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #C31CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CF1 is #3CE30E. Grayscale: #656565. Windows color (decimal): -3990287 or 15801539. OLE color: 15801539.
HSL color Cylindrical-coordinate representation of color #C31CF1: hue angle of 287.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CF1 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 28 | 241 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.05 |
| HSL | 287.04º | 0.88% | 0.53% | - |
| HSV(B) | 287.04º | 0.88% | 0.95% | - |
| XYZ | 38.8 | 18.78 | 84.8 | - |
| YUV | 102.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 241 | 0.19 | 0.88 | 0 | 0.05 | 287.04 | 0.88 | 0.53 |
| Hex | C3 | 1C | F1 | 13 | 58 | 0 | 5 | 11F | 58 | 35 |
| Octal | 303 | 34 | 361 | 23 | 130 | 0 | 5 | 437 | 130 | 65 |
| Binary | 11000011 | 11100 | 11110001 | 10011 | 1011000 | 0 | 101 | 100011111 | 1011000 | 110101 |
Color Harmonies of #C31CF1
Complementary color
Monochromatic Colors of #C31CF1
Black with #C31CF1
Text Example
Text Example
White with #C31CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CF1; }
p { color: rgb(195,28,241); }
H1.HeaderClassName
{
color: #C31CF1;
}
.AnyTagClassName
{
color: #C31CF1;
}
</style>
background-color css
<style>
a { background-color: #C31CF1; }
a { background-color: rgb(195,28,241); }
div.DivClassName
{
background-color: #C31CF1;
}
.BgClassName
{
background-color: #C31CF1;
}
</style>
border-color css
<style>
span { border-color: #C31CF1; }
span { border-color: rgb(195,28,241); }
td.TdClassName
{
border-color: #C31CF1;
}
.TagClassName
{
border-color: #C31CF1;
}
</style>