Shades of Electric Purple #C31AF3
Tints of Electric Purple #C31AF3
RGB
CMYK
RGB Variations
Color information
#C31AF3 (or 0xC31AF3) is known color: Electric Purple. HEX triplet: C3, 1A and F3. RGB value is (195,26,243). Sum of RGB (Red+Green+Blue) = 195+26+243=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #C31AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AF3 is #3CE50C. Grayscale: #646464. Windows color (decimal): -3990797 or 15932099. OLE color: 15932099.
HSL color Cylindrical-coordinate representation of color #C31AF3: hue angle of 286.73º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31AF3 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 26 | 243 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.05 |
| HSL | 286.73º | 0.9% | 0.53% | - |
| HSV(B) | 286.73º | 0.89% | 0.95% | - |
| XYZ | 39.05 | 18.81 | 86.37 | - |
| YUV | 101.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 243 | 0.20 | 0.89 | 0 | 0.05 | 286.73 | 0.9 | 0.53 |
| Hex | C3 | 1A | F3 | 14 | 59 | 0 | 5 | 11F | 5A | 35 |
| Octal | 303 | 32 | 363 | 24 | 131 | 0 | 5 | 437 | 132 | 65 |
| Binary | 11000011 | 11010 | 11110011 | 10100 | 1011001 | 0 | 101 | 100011111 | 1011010 | 110101 |
Color Harmonies of #C31AF3
Complementary color
Monochromatic Colors of #C31AF3
Black with #C31AF3
Text Example
Text Example
White with #C31AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AF3; }
p { color: rgb(195,26,243); }
H1.HeaderClassName
{
color: #C31AF3;
}
.AnyTagClassName
{
color: #C31AF3;
}
</style>
background-color css
<style>
a { background-color: #C31AF3; }
a { background-color: rgb(195,26,243); }
div.DivClassName
{
background-color: #C31AF3;
}
.BgClassName
{
background-color: #C31AF3;
}
</style>
border-color css
<style>
span { border-color: #C31AF3; }
span { border-color: rgb(195,26,243); }
td.TdClassName
{
border-color: #C31AF3;
}
.TagClassName
{
border-color: #C31AF3;
}
</style>