Shades of Electric Purple #C424F9
Tints of Electric Purple #C424F9
RGB
CMYK
RGB Variations
Color information
#C424F9 (or 0xC424F9) is known color: Electric Purple. HEX triplet: C4, 24 and F9. RGB value is (196,36,249). Sum of RGB (Red+Green+Blue) = 196+36+249=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #C424F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424F9 is #3BDB06. Grayscale: #6B6B6B. Windows color (decimal): -3922695 or 16327876. OLE color: 16327876.
HSL color Cylindrical-coordinate representation of color #C424F9: hue angle of 285.07º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C424F9 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 36 | 249 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.02 |
| HSL | 285.07º | 0.95% | 0.56% | - |
| HSV(B) | 285.07º | 0.86% | 0.98% | - |
| XYZ | 40.49 | 19.84 | 91.32 | - |
| YUV | 108.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 249 | 0.21 | 0.86 | 0 | 0.02 | 285.07 | 0.95 | 0.56 |
| Hex | C4 | 24 | F9 | 15 | 56 | 0 | 2 | 11D | 5F | 38 |
| Octal | 304 | 44 | 371 | 25 | 126 | 0 | 2 | 435 | 137 | 70 |
| Binary | 11000100 | 100100 | 11111001 | 10101 | 1010110 | 0 | 10 | 100011101 | 1011111 | 111000 |
Color Harmonies of #C424F9
Complementary color
Monochromatic Colors of #C424F9
Black with #C424F9
Text Example
Text Example
White with #C424F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424F9; }
p { color: rgb(196,36,249); }
H1.HeaderClassName
{
color: #C424F9;
}
.AnyTagClassName
{
color: #C424F9;
}
</style>
background-color css
<style>
a { background-color: #C424F9; }
a { background-color: rgb(196,36,249); }
div.DivClassName
{
background-color: #C424F9;
}
.BgClassName
{
background-color: #C424F9;
}
</style>
border-color css
<style>
span { border-color: #C424F9; }
span { border-color: rgb(196,36,249); }
td.TdClassName
{
border-color: #C424F9;
}
.TagClassName
{
border-color: #C424F9;
}
</style>