Shades of Electric Purple #C42FF9
Tints of Electric Purple #C42FF9
RGB
CMYK
RGB Variations
Color information
#C42FF9 (or 0xC42FF9) is known color: Electric Purple. HEX triplet: C4, 2F and F9. RGB value is (196,47,249). Sum of RGB (Red+Green+Blue) = 196+47+249=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #C42FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FF9 is #3BD006. Grayscale: #717171. Windows color (decimal): -3919879 or 16330692. OLE color: 16330692.
HSL color Cylindrical-coordinate representation of color #C42FF9: hue angle of 284.26º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42FF9 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 47 | 249 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.02 |
| HSL | 284.26º | 0.94% | 0.58% | - |
| HSV(B) | 284.26º | 0.81% | 0.98% | - |
| XYZ | 40.88 | 20.61 | 91.45 | - |
| YUV | 114.58 | 203.86 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 249 | 0.21 | 0.81 | 0 | 0.02 | 284.26 | 0.94 | 0.58 |
| Hex | C4 | 2F | F9 | 15 | 51 | 0 | 2 | 11C | 5E | 3A |
| Octal | 304 | 57 | 371 | 25 | 121 | 0 | 2 | 434 | 136 | 72 |
| Binary | 11000100 | 101111 | 11111001 | 10101 | 1010001 | 0 | 10 | 100011100 | 1011110 | 111010 |
Color Harmonies of #C42FF9
Complementary color
Monochromatic Colors of #C42FF9
Black with #C42FF9
Text Example
Text Example
White with #C42FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FF9; }
p { color: rgb(196,47,249); }
H1.HeaderClassName
{
color: #C42FF9;
}
.AnyTagClassName
{
color: #C42FF9;
}
</style>
background-color css
<style>
a { background-color: #C42FF9; }
a { background-color: rgb(196,47,249); }
div.DivClassName
{
background-color: #C42FF9;
}
.BgClassName
{
background-color: #C42FF9;
}
</style>
border-color css
<style>
span { border-color: #C42FF9; }
span { border-color: rgb(196,47,249); }
td.TdClassName
{
border-color: #C42FF9;
}
.TagClassName
{
border-color: #C42FF9;
}
</style>