Shades of Electric Purple #C42CF9
Tints of Electric Purple #C42CF9
RGB
CMYK
RGB Variations
Color information
#C42CF9 (or 0xC42CF9) is known color: Electric Purple. HEX triplet: C4, 2C and F9. RGB value is (196,44,249). Sum of RGB (Red+Green+Blue) = 196+44+249=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #C42CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CF9 is #3BD306. Grayscale: #707070. Windows color (decimal): -3920647 or 16329924. OLE color: 16329924.
HSL color Cylindrical-coordinate representation of color #C42CF9: hue angle of 284.49º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42CF9 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 44 | 249 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.49º | 0.94% | 0.57% | - |
| HSV(B) | 284.49º | 0.82% | 0.98% | - |
| XYZ | 40.76 | 20.38 | 91.41 | - |
| YUV | 112.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 249 | 0.21 | 0.82 | 0 | 0.02 | 284.49 | 0.94 | 0.57 |
| Hex | C4 | 2C | F9 | 15 | 52 | 0 | 2 | 11C | 5E | 39 |
| Octal | 304 | 54 | 371 | 25 | 122 | 0 | 2 | 434 | 136 | 71 |
| Binary | 11000100 | 101100 | 11111001 | 10101 | 1010010 | 0 | 10 | 100011100 | 1011110 | 111001 |
Color Harmonies of #C42CF9
Complementary color
Monochromatic Colors of #C42CF9
Black with #C42CF9
Text Example
Text Example
White with #C42CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CF9; }
p { color: rgb(196,44,249); }
H1.HeaderClassName
{
color: #C42CF9;
}
.AnyTagClassName
{
color: #C42CF9;
}
</style>
background-color css
<style>
a { background-color: #C42CF9; }
a { background-color: rgb(196,44,249); }
div.DivClassName
{
background-color: #C42CF9;
}
.BgClassName
{
background-color: #C42CF9;
}
</style>
border-color css
<style>
span { border-color: #C42CF9; }
span { border-color: rgb(196,44,249); }
td.TdClassName
{
border-color: #C42CF9;
}
.TagClassName
{
border-color: #C42CF9;
}
</style>