Shades of Electric Purple #C31DEA
Tints of Electric Purple #C31DEA
RGB
CMYK
RGB Variations
Color information
#C31DEA (or 0xC31DEA) is known color: Electric Purple. HEX triplet: C3, 1D and EA. RGB value is (195,29,234). Sum of RGB (Red+Green+Blue) = 195+29+234=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #C31DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DEA is #3CE215. Grayscale: #656565. Windows color (decimal): -3990038 or 15343043. OLE color: 15343043.
HSL color Cylindrical-coordinate representation of color #C31DEA: hue angle of 288.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31DEA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 29 | 234 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.08 |
| HSL | 288.59º | 0.83% | 0.52% | - |
| HSV(B) | 288.59º | 0.88% | 0.92% | - |
| XYZ | 37.8 | 18.42 | 79.41 | - |
| YUV | 102 | 202.5 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 234 | 0.17 | 0.88 | 0 | 0.08 | 288.59 | 0.83 | 0.52 |
| Hex | C3 | 1D | EA | 11 | 58 | 0 | 8 | 121 | 53 | 34 |
| Octal | 303 | 35 | 352 | 21 | 130 | 0 | 10 | 441 | 123 | 64 |
| Binary | 11000011 | 11101 | 11101010 | 10001 | 1011000 | 0 | 1000 | 100100001 | 1010011 | 110100 |
Color Harmonies of #C31DEA
Complementary color
Monochromatic Colors of #C31DEA
Black with #C31DEA
Text Example
Text Example
White with #C31DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DEA; }
p { color: rgb(195,29,234); }
H1.HeaderClassName
{
color: #C31DEA;
}
.AnyTagClassName
{
color: #C31DEA;
}
</style>
background-color css
<style>
a { background-color: #C31DEA; }
a { background-color: rgb(195,29,234); }
div.DivClassName
{
background-color: #C31DEA;
}
.BgClassName
{
background-color: #C31DEA;
}
</style>
border-color css
<style>
span { border-color: #C31DEA; }
span { border-color: rgb(195,29,234); }
td.TdClassName
{
border-color: #C31DEA;
}
.TagClassName
{
border-color: #C31DEA;
}
</style>