Shades of Electric Purple #C30CEC
Tints of Electric Purple #C30CEC
RGB
CMYK
RGB Variations
Color information
#C30CEC (or 0xC30CEC) is known color: Electric Purple. HEX triplet: C3, 0C and EC. RGB value is (195,12,236). Sum of RGB (Red+Green+Blue) = 195+12+236=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #C30CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CEC is #3CF313. Grayscale: #5B5B5B. Windows color (decimal): -3994388 or 15469763. OLE color: 15469763.
HSL color Cylindrical-coordinate representation of color #C30CEC: hue angle of 289.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CEC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 12 | 236 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.02º | 0.9% | 0.49% | - |
| HSV(B) | 289.02º | 0.95% | 0.93% | - |
| XYZ | 37.78 | 17.92 | 80.82 | - |
| YUV | 92.25 | 209.13 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 236 | 0.17 | 0.95 | 0 | 0.07 | 289.02 | 0.9 | 0.49 |
| Hex | C3 | C | EC | 11 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 303 | 14 | 354 | 21 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000011 | 1100 | 11101100 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C30CEC
Complementary color
Monochromatic Colors of #C30CEC
Black with #C30CEC
Text Example
Text Example
White with #C30CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CEC; }
p { color: rgb(195,12,236); }
H1.HeaderClassName
{
color: #C30CEC;
}
.AnyTagClassName
{
color: #C30CEC;
}
</style>
background-color css
<style>
a { background-color: #C30CEC; }
a { background-color: rgb(195,12,236); }
div.DivClassName
{
background-color: #C30CEC;
}
.BgClassName
{
background-color: #C30CEC;
}
</style>
border-color css
<style>
span { border-color: #C30CEC; }
span { border-color: rgb(195,12,236); }
td.TdClassName
{
border-color: #C30CEC;
}
.TagClassName
{
border-color: #C30CEC;
}
</style>