Shades of Electric Purple #C034FD
Tints of Electric Purple #C034FD
RGB
CMYK
RGB Variations
Color information
#C034FD (or 0xC034FD) is known color: Electric Purple. HEX triplet: C0, 34 and FD. RGB value is (192,52,253). Sum of RGB (Red+Green+Blue) = 192+52+253=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C034FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034FD is #3FCB02. Grayscale: #747474. Windows color (decimal): -4180739 or 16594112. OLE color: 16594112.
HSL color Cylindrical-coordinate representation of color #C034FD: hue angle of 281.79º degrees, saturation: 0.98, 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 #C034FD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 52 | 253 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.01 |
| HSL | 281.79º | 0.98% | 0.6% | - |
| HSV(B) | 281.79º | 0.79% | 0.99% | - |
| XYZ | 40.7 | 20.75 | 94.79 | - |
| YUV | 116.77 | 204.88 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 253 | 0.24 | 0.79 | 0 | 0.01 | 281.79 | 0.98 | 0.6 |
| Hex | C0 | 34 | FD | 18 | 4F | 0 | 1 | 11A | 62 | 3C |
| Octal | 300 | 64 | 375 | 30 | 117 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000000 | 110100 | 11111101 | 11000 | 1001111 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C034FD
Complementary color
Monochromatic Colors of #C034FD
Black with #C034FD
Text Example
Text Example
White with #C034FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034FD; }
p { color: rgb(192,52,253); }
H1.HeaderClassName
{
color: #C034FD;
}
.AnyTagClassName
{
color: #C034FD;
}
</style>
background-color css
<style>
a { background-color: #C034FD; }
a { background-color: rgb(192,52,253); }
div.DivClassName
{
background-color: #C034FD;
}
.BgClassName
{
background-color: #C034FD;
}
</style>
border-color css
<style>
span { border-color: #C034FD; }
span { border-color: rgb(192,52,253); }
td.TdClassName
{
border-color: #C034FD;
}
.TagClassName
{
border-color: #C034FD;
}
</style>