Shades of Electric Purple #C30CFE
Tints of Electric Purple #C30CFE
RGB
CMYK
RGB Variations
Color information
#C30CFE (or 0xC30CFE) is known color: Electric Purple. HEX triplet: C3, 0C and FE. RGB value is (195,12,254). Sum of RGB (Red+Green+Blue) = 195+12+254=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C30CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CFE is #3CF301. Grayscale: #5D5D5D. Windows color (decimal): -3994370 or 16649411. OLE color: 16649411.
HSL color Cylindrical-coordinate representation of color #C30CFE: hue angle of 285.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CFE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 12 | 254 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.00 |
| HSL | 285.37º | 0.99% | 0.52% | - |
| HSV(B) | 285.37º | 0.95% | 1% | - |
| XYZ | 40.53 | 19.02 | 95.3 | - |
| YUV | 94.31 | 218.13 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 254 | 0.23 | 0.95 | 0 | 0.00 | 285.37 | 0.99 | 0.52 |
| Hex | C3 | C | FE | 17 | 5F | 0 | 0 | 11D | 63 | 34 |
| Octal | 303 | 14 | 376 | 27 | 137 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000011 | 1100 | 11111110 | 10111 | 1011111 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C30CFE
Complementary color
Monochromatic Colors of #C30CFE
Black with #C30CFE
Text Example
Text Example
White with #C30CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CFE; }
p { color: rgb(195,12,254); }
H1.HeaderClassName
{
color: #C30CFE;
}
.AnyTagClassName
{
color: #C30CFE;
}
</style>
background-color css
<style>
a { background-color: #C30CFE; }
a { background-color: rgb(195,12,254); }
div.DivClassName
{
background-color: #C30CFE;
}
.BgClassName
{
background-color: #C30CFE;
}
</style>
border-color css
<style>
span { border-color: #C30CFE; }
span { border-color: rgb(195,12,254); }
td.TdClassName
{
border-color: #C30CFE;
}
.TagClassName
{
border-color: #C30CFE;
}
</style>