Shades of Electric Purple #C30CEF
Tints of Electric Purple #C30CEF
RGB
CMYK
RGB Variations
Color information
#C30CEF (or 0xC30CEF) is known color: Electric Purple. HEX triplet: C3, 0C and EF. RGB value is (195,12,239). Sum of RGB (Red+Green+Blue) = 195+12+239=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #C30CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CEF is #3CF310. Grayscale: #5B5B5B. Windows color (decimal): -3994385 or 15666371. OLE color: 15666371.
HSL color Cylindrical-coordinate representation of color #C30CEF: hue angle of 288.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CEF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 12 | 239 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.06 |
| HSL | 288.37º | 0.9% | 0.49% | - |
| HSV(B) | 288.37º | 0.95% | 0.94% | - |
| XYZ | 38.22 | 18.1 | 83.14 | - |
| YUV | 92.6 | 210.63 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 239 | 0.18 | 0.95 | 0 | 0.06 | 288.37 | 0.9 | 0.49 |
| Hex | C3 | C | EF | 12 | 5F | 0 | 6 | 120 | 5A | 31 |
| Octal | 303 | 14 | 357 | 22 | 137 | 0 | 6 | 440 | 132 | 61 |
| Binary | 11000011 | 1100 | 11101111 | 10010 | 1011111 | 0 | 110 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C30CEF
Complementary color
Monochromatic Colors of #C30CEF
Black with #C30CEF
Text Example
Text Example
White with #C30CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CEF; }
p { color: rgb(195,12,239); }
H1.HeaderClassName
{
color: #C30CEF;
}
.AnyTagClassName
{
color: #C30CEF;
}
</style>
background-color css
<style>
a { background-color: #C30CEF; }
a { background-color: rgb(195,12,239); }
div.DivClassName
{
background-color: #C30CEF;
}
.BgClassName
{
background-color: #C30CEF;
}
</style>
border-color css
<style>
span { border-color: #C30CEF; }
span { border-color: rgb(195,12,239); }
td.TdClassName
{
border-color: #C30CEF;
}
.TagClassName
{
border-color: #C30CEF;
}
</style>