Shades of Electric Purple #C312EA
Tints of Electric Purple #C312EA
RGB
CMYK
RGB Variations
Color information
#C312EA (or 0xC312EA) is known color: Electric Purple. HEX triplet: C3, 12 and EA. RGB value is (195,18,234). Sum of RGB (Red+Green+Blue) = 195+18+234=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C312EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312EA is #3CED15. Grayscale: #5E5E5E. Windows color (decimal): -3992854 or 15340227. OLE color: 15340227.
HSL color Cylindrical-coordinate representation of color #C312EA: hue angle of 289.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C312EA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 18 | 234 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.08 |
| HSL | 289.17º | 0.86% | 0.49% | - |
| HSV(B) | 289.17º | 0.92% | 0.92% | - |
| XYZ | 37.57 | 17.98 | 79.33 | - |
| YUV | 95.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 234 | 0.17 | 0.92 | 0 | 0.08 | 289.17 | 0.86 | 0.49 |
| Hex | C3 | 12 | EA | 11 | 5C | 0 | 8 | 121 | 56 | 31 |
| Octal | 303 | 22 | 352 | 21 | 134 | 0 | 10 | 441 | 126 | 61 |
| Binary | 11000011 | 10010 | 11101010 | 10001 | 1011100 | 0 | 1000 | 100100001 | 1010110 | 110001 |
Color Harmonies of #C312EA
Complementary color
Monochromatic Colors of #C312EA
Black with #C312EA
Text Example
Text Example
White with #C312EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312EA; }
p { color: rgb(195,18,234); }
H1.HeaderClassName
{
color: #C312EA;
}
.AnyTagClassName
{
color: #C312EA;
}
</style>
background-color css
<style>
a { background-color: #C312EA; }
a { background-color: rgb(195,18,234); }
div.DivClassName
{
background-color: #C312EA;
}
.BgClassName
{
background-color: #C312EA;
}
</style>
border-color css
<style>
span { border-color: #C312EA; }
span { border-color: rgb(195,18,234); }
td.TdClassName
{
border-color: #C312EA;
}
.TagClassName
{
border-color: #C312EA;
}
</style>