Shades of Electric Purple #C31CFF
Tints of Electric Purple #C31CFF
RGB
CMYK
RGB Variations
Color information
#C31CFF (or 0xC31CFF) is known color: Electric Purple. HEX triplet: C3, 1C and FF. RGB value is (195,28,255). Sum of RGB (Red+Green+Blue) = 195+28+255=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C31CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CFF is #3CE300. Grayscale: #676767. Windows color (decimal): -3990273 or 16719043. OLE color: 16719043.
HSL color Cylindrical-coordinate representation of color #C31CFF: hue angle of 284.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31CFF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 28 | 255 | - |
| CMYK | 0.24 | 0.89 | 0 | 0 |
| HSL | 284.14º | 1% | 0.55% | - |
| HSV(B) | 284.14º | 0.89% | 1% | - |
| XYZ | 40.97 | 19.65 | 96.24 | - |
| YUV | 103.81 | 213.33 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 255 | 0.24 | 0.89 | 0 | 0 | 284.14 | 1 | 0.55 |
| Hex | C3 | 1C | FF | 18 | 59 | 0 | 0 | 11C | 64 | 37 |
| Octal | 303 | 34 | 377 | 30 | 131 | 0 | 0 | 434 | 144 | 67 |
| Binary | 11000011 | 11100 | 11111111 | 11000 | 1011001 | 0 | 0 | 100011100 | 1100100 | 110111 |
Color Harmonies of #C31CFF
Complementary color
Monochromatic Colors of #C31CFF
Black with #C31CFF
Text Example
Text Example
White with #C31CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CFF; }
p { color: rgb(195,28,255); }
H1.HeaderClassName
{
color: #C31CFF;
}
.AnyTagClassName
{
color: #C31CFF;
}
</style>
background-color css
<style>
a { background-color: #C31CFF; }
a { background-color: rgb(195,28,255); }
div.DivClassName
{
background-color: #C31CFF;
}
.BgClassName
{
background-color: #C31CFF;
}
</style>
border-color css
<style>
span { border-color: #C31CFF; }
span { border-color: rgb(195,28,255); }
td.TdClassName
{
border-color: #C31CFF;
}
.TagClassName
{
border-color: #C31CFF;
}
</style>