Shades of Electric Purple #C314E8
Tints of Electric Purple #C314E8
RGB
CMYK
RGB Variations
Color information
#C314E8 (or 0xC314E8) is known color: Electric Purple. HEX triplet: C3, 14 and E8. RGB value is (195,20,232). Sum of RGB (Red+Green+Blue) = 195+20+232=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #C314E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314E8 is #3CEB17. Grayscale: #5F5F5F. Windows color (decimal): -3992344 or 15209667. OLE color: 15209667.
HSL color Cylindrical-coordinate representation of color #C314E8: hue angle of 289.53º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C314E8 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 20 | 232 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.09 |
| HSL | 289.53º | 0.84% | 0.49% | - |
| HSV(B) | 289.53º | 0.91% | 0.91% | - |
| XYZ | 37.32 | 17.93 | 77.84 | - |
| YUV | 96.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 232 | 0.16 | 0.91 | 0 | 0.09 | 289.53 | 0.84 | 0.49 |
| Hex | C3 | 14 | E8 | 10 | 5B | 0 | 9 | 122 | 54 | 31 |
| Octal | 303 | 24 | 350 | 20 | 133 | 0 | 11 | 442 | 124 | 61 |
| Binary | 11000011 | 10100 | 11101000 | 10000 | 1011011 | 0 | 1001 | 100100010 | 1010100 | 110001 |
Color Harmonies of #C314E8
Complementary color
Monochromatic Colors of #C314E8
Black with #C314E8
Text Example
Text Example
White with #C314E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314E8; }
p { color: rgb(195,20,232); }
H1.HeaderClassName
{
color: #C314E8;
}
.AnyTagClassName
{
color: #C314E8;
}
</style>
background-color css
<style>
a { background-color: #C314E8; }
a { background-color: rgb(195,20,232); }
div.DivClassName
{
background-color: #C314E8;
}
.BgClassName
{
background-color: #C314E8;
}
</style>
border-color css
<style>
span { border-color: #C314E8; }
span { border-color: rgb(195,20,232); }
td.TdClassName
{
border-color: #C314E8;
}
.TagClassName
{
border-color: #C314E8;
}
</style>