Shades of Electric Purple #C31AFB
Tints of Electric Purple #C31AFB
RGB
CMYK
RGB Variations
Color information
#C31AFB (or 0xC31AFB) is known color: Electric Purple. HEX triplet: C3, 1A and FB. RGB value is (195,26,251). Sum of RGB (Red+Green+Blue) = 195+26+251=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #C31AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AFB is #3CE504. Grayscale: #656565. Windows color (decimal): -3990789 or 16456387. OLE color: 16456387.
HSL color Cylindrical-coordinate representation of color #C31AFB: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31AFB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 26 | 251 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.02 |
| HSL | 285.07º | 0.97% | 0.54% | - |
| HSV(B) | 285.07º | 0.9% | 0.98% | - |
| XYZ | 40.29 | 19.31 | 92.87 | - |
| YUV | 102.18 | 211.99 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 251 | 0.22 | 0.90 | 0 | 0.02 | 285.07 | 0.97 | 0.54 |
| Hex | C3 | 1A | FB | 16 | 5A | 0 | 2 | 11D | 61 | 36 |
| Octal | 303 | 32 | 373 | 26 | 132 | 0 | 2 | 435 | 141 | 66 |
| Binary | 11000011 | 11010 | 11111011 | 10110 | 1011010 | 0 | 10 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C31AFB
Complementary color
Monochromatic Colors of #C31AFB
Black with #C31AFB
Text Example
Text Example
White with #C31AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AFB; }
p { color: rgb(195,26,251); }
H1.HeaderClassName
{
color: #C31AFB;
}
.AnyTagClassName
{
color: #C31AFB;
}
</style>
background-color css
<style>
a { background-color: #C31AFB; }
a { background-color: rgb(195,26,251); }
div.DivClassName
{
background-color: #C31AFB;
}
.BgClassName
{
background-color: #C31AFB;
}
</style>
border-color css
<style>
span { border-color: #C31AFB; }
span { border-color: rgb(195,26,251); }
td.TdClassName
{
border-color: #C31AFB;
}
.TagClassName
{
border-color: #C31AFB;
}
</style>