Shades of Electric Purple #C024FD
Tints of Electric Purple #C024FD
RGB
CMYK
RGB Variations
Color information
#C024FD (or 0xC024FD) is known color: Electric Purple. HEX triplet: C0, 24 and FD. RGB value is (192,36,253). Sum of RGB (Red+Green+Blue) = 192+36+253=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C024FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024FD is #3FDB02. Grayscale: #6A6A6A. Windows color (decimal): -4184835 or 16590016. OLE color: 16590016.
HSL color Cylindrical-coordinate representation of color #C024FD: hue angle of 283.13º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C024FD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 36 | 253 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.01 |
| HSL | 283.13º | 0.98% | 0.57% | - |
| HSV(B) | 283.13º | 0.86% | 0.99% | - |
| XYZ | 40.1 | 19.56 | 94.59 | - |
| YUV | 107.38 | 210.18 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 253 | 0.24 | 0.86 | 0 | 0.01 | 283.13 | 0.98 | 0.57 |
| Hex | C0 | 24 | FD | 18 | 56 | 0 | 1 | 11B | 62 | 39 |
| Octal | 300 | 44 | 375 | 30 | 126 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000000 | 100100 | 11111101 | 11000 | 1010110 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C024FD
Complementary color
Monochromatic Colors of #C024FD
Black with #C024FD
Text Example
Text Example
White with #C024FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024FD; }
p { color: rgb(192,36,253); }
H1.HeaderClassName
{
color: #C024FD;
}
.AnyTagClassName
{
color: #C024FD;
}
</style>
background-color css
<style>
a { background-color: #C024FD; }
a { background-color: rgb(192,36,253); }
div.DivClassName
{
background-color: #C024FD;
}
.BgClassName
{
background-color: #C024FD;
}
</style>
border-color css
<style>
span { border-color: #C024FD; }
span { border-color: rgb(192,36,253); }
td.TdClassName
{
border-color: #C024FD;
}
.TagClassName
{
border-color: #C024FD;
}
</style>