Shades of Electric Purple #C034FC
Tints of Electric Purple #C034FC
RGB
CMYK
RGB Variations
Color information
#C034FC (or 0xC034FC) is known color: Electric Purple. HEX triplet: C0, 34 and FC. RGB value is (192,52,252). Sum of RGB (Red+Green+Blue) = 192+52+252=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C034FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034FC is #3FCB03. Grayscale: #747474. Windows color (decimal): -4180740 or 16528576. OLE color: 16528576.
HSL color Cylindrical-coordinate representation of color #C034FC: hue angle of 282º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C034FC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 52 | 252 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.01 |
| HSL | 282º | 0.97% | 0.6% | - |
| HSV(B) | 282º | 0.79% | 0.99% | - |
| XYZ | 40.54 | 20.69 | 93.95 | - |
| YUV | 116.66 | 204.38 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 252 | 0.24 | 0.79 | 0 | 0.01 | 282 | 0.97 | 0.6 |
| Hex | C0 | 34 | FC | 18 | 4F | 0 | 1 | 11A | 61 | 3C |
| Octal | 300 | 64 | 374 | 30 | 117 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000000 | 110100 | 11111100 | 11000 | 1001111 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C034FC
Complementary color
Monochromatic Colors of #C034FC
Black with #C034FC
Text Example
Text Example
White with #C034FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034FC; }
p { color: rgb(192,52,252); }
H1.HeaderClassName
{
color: #C034FC;
}
.AnyTagClassName
{
color: #C034FC;
}
</style>
background-color css
<style>
a { background-color: #C034FC; }
a { background-color: rgb(192,52,252); }
div.DivClassName
{
background-color: #C034FC;
}
.BgClassName
{
background-color: #C034FC;
}
</style>
border-color css
<style>
span { border-color: #C034FC; }
span { border-color: rgb(192,52,252); }
td.TdClassName
{
border-color: #C034FC;
}
.TagClassName
{
border-color: #C034FC;
}
</style>