Shades of Electric Purple #C030FD
Tints of Electric Purple #C030FD
RGB
CMYK
RGB Variations
Color information
#C030FD (or 0xC030FD) is known color: Electric Purple. HEX triplet: C0, 30 and FD. RGB value is (192,48,253). Sum of RGB (Red+Green+Blue) = 192+48+253=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C030FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030FD is #3FCF02. Grayscale: #717171. Windows color (decimal): -4181763 or 16593088. OLE color: 16593088.
HSL color Cylindrical-coordinate representation of color #C030FD: hue angle of 282.15º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C030FD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 48 | 253 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.01 |
| HSL | 282.15º | 0.98% | 0.59% | - |
| HSV(B) | 282.15º | 0.81% | 0.99% | - |
| XYZ | 40.52 | 20.41 | 94.73 | - |
| YUV | 114.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 253 | 0.24 | 0.81 | 0 | 0.01 | 282.15 | 0.98 | 0.59 |
| Hex | C0 | 30 | FD | 18 | 51 | 0 | 1 | 11A | 62 | 3B |
| Octal | 300 | 60 | 375 | 30 | 121 | 0 | 1 | 432 | 142 | 73 |
| Binary | 11000000 | 110000 | 11111101 | 11000 | 1010001 | 0 | 1 | 100011010 | 1100010 | 111011 |
Color Harmonies of #C030FD
Complementary color
Monochromatic Colors of #C030FD
Black with #C030FD
Text Example
Text Example
White with #C030FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030FD; }
p { color: rgb(192,48,253); }
H1.HeaderClassName
{
color: #C030FD;
}
.AnyTagClassName
{
color: #C030FD;
}
</style>
background-color css
<style>
a { background-color: #C030FD; }
a { background-color: rgb(192,48,253); }
div.DivClassName
{
background-color: #C030FD;
}
.BgClassName
{
background-color: #C030FD;
}
</style>
border-color css
<style>
span { border-color: #C030FD; }
span { border-color: rgb(192,48,253); }
td.TdClassName
{
border-color: #C030FD;
}
.TagClassName
{
border-color: #C030FD;
}
</style>