Shades of Electric Purple #C319ED
Tints of Electric Purple #C319ED
RGB
CMYK
RGB Variations
Color information
#C319ED (or 0xC319ED) is known color: Electric Purple. HEX triplet: C3, 19 and ED. RGB value is (195,25,237). Sum of RGB (Red+Green+Blue) = 195+25+237=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #C319ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C319ED is #3CE612. Grayscale: #636363. Windows color (decimal): -3991059 or 15538627. OLE color: 15538627.
HSL color Cylindrical-coordinate representation of color #C319ED: hue angle of 288.11º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C319ED is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 25 | 237 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.07 |
| HSL | 288.11º | 0.85% | 0.51% | - |
| HSV(B) | 288.11º | 0.89% | 0.93% | - |
| XYZ | 38.14 | 18.41 | 81.66 | - |
| YUV | 100 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 237 | 0.18 | 0.89 | 0 | 0.07 | 288.11 | 0.85 | 0.51 |
| Hex | C3 | 19 | ED | 12 | 59 | 0 | 7 | 120 | 55 | 33 |
| Octal | 303 | 31 | 355 | 22 | 131 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000011 | 11001 | 11101101 | 10010 | 1011001 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C319ED
Complementary color
Monochromatic Colors of #C319ED
Black with #C319ED
Text Example
Text Example
White with #C319ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319ED; }
p { color: rgb(195,25,237); }
H1.HeaderClassName
{
color: #C319ED;
}
.AnyTagClassName
{
color: #C319ED;
}
</style>
background-color css
<style>
a { background-color: #C319ED; }
a { background-color: rgb(195,25,237); }
div.DivClassName
{
background-color: #C319ED;
}
.BgClassName
{
background-color: #C319ED;
}
</style>
border-color css
<style>
span { border-color: #C319ED; }
span { border-color: rgb(195,25,237); }
td.TdClassName
{
border-color: #C319ED;
}
.TagClassName
{
border-color: #C319ED;
}
</style>