Shades of Electric Purple #C024FF
Tints of Electric Purple #C024FF
RGB
CMYK
RGB Variations
Color information
#C024FF (or 0xC024FF) is known color: Electric Purple. HEX triplet: C0, 24 and FF. RGB value is (192,36,255). Sum of RGB (Red+Green+Blue) = 192+36+255=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C024FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024FF is #3FDB00. Grayscale: #6A6A6A. Windows color (decimal): -4184833 or 16721088. OLE color: 16721088.
HSL color Cylindrical-coordinate representation of color #C024FF: hue angle of 282.74º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C024FF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 36 | 255 | - |
| CMYK | 0.25 | 0.86 | 0 | 0 |
| HSL | 282.74º | 1% | 0.57% | - |
| HSV(B) | 282.74º | 0.86% | 1% | - |
| XYZ | 40.42 | 19.69 | 96.28 | - |
| YUV | 107.61 | 211.18 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 255 | 0.25 | 0.86 | 0 | 0 | 282.74 | 1 | 0.57 |
| Hex | C0 | 24 | FF | 19 | 56 | 0 | 0 | 11B | 64 | 39 |
| Octal | 300 | 44 | 377 | 31 | 126 | 0 | 0 | 433 | 144 | 71 |
| Binary | 11000000 | 100100 | 11111111 | 11001 | 1010110 | 0 | 0 | 100011011 | 1100100 | 111001 |
Color Harmonies of #C024FF
Complementary color
Monochromatic Colors of #C024FF
Black with #C024FF
Text Example
Text Example
White with #C024FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024FF; }
p { color: rgb(192,36,255); }
H1.HeaderClassName
{
color: #C024FF;
}
.AnyTagClassName
{
color: #C024FF;
}
</style>
background-color css
<style>
a { background-color: #C024FF; }
a { background-color: rgb(192,36,255); }
div.DivClassName
{
background-color: #C024FF;
}
.BgClassName
{
background-color: #C024FF;
}
</style>
border-color css
<style>
span { border-color: #C024FF; }
span { border-color: rgb(192,36,255); }
td.TdClassName
{
border-color: #C024FF;
}
.TagClassName
{
border-color: #C024FF;
}
</style>