Shades of Electric Purple #C42DF9
Tints of Electric Purple #C42DF9
RGB
CMYK
RGB Variations
Color information
#C42DF9 (or 0xC42DF9) is known color: Electric Purple. HEX triplet: C4, 2D and F9. RGB value is (196,45,249). Sum of RGB (Red+Green+Blue) = 196+45+249=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #C42DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DF9 is #3BD206. Grayscale: #707070. Windows color (decimal): -3920391 or 16330180. OLE color: 16330180.
HSL color Cylindrical-coordinate representation of color #C42DF9: hue angle of 284.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42DF9 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 45 | 249 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.41º | 0.94% | 0.58% | - |
| HSV(B) | 284.41º | 0.82% | 0.98% | - |
| XYZ | 40.8 | 20.45 | 91.42 | - |
| YUV | 113.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 249 | 0.21 | 0.82 | 0 | 0.02 | 284.41 | 0.94 | 0.58 |
| Hex | C4 | 2D | F9 | 15 | 52 | 0 | 2 | 11C | 5E | 3A |
| Octal | 304 | 55 | 371 | 25 | 122 | 0 | 2 | 434 | 136 | 72 |
| Binary | 11000100 | 101101 | 11111001 | 10101 | 1010010 | 0 | 10 | 100011100 | 1011110 | 111010 |
Color Harmonies of #C42DF9
Complementary color
Monochromatic Colors of #C42DF9
Black with #C42DF9
Text Example
Text Example
White with #C42DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DF9; }
p { color: rgb(196,45,249); }
H1.HeaderClassName
{
color: #C42DF9;
}
.AnyTagClassName
{
color: #C42DF9;
}
</style>
background-color css
<style>
a { background-color: #C42DF9; }
a { background-color: rgb(196,45,249); }
div.DivClassName
{
background-color: #C42DF9;
}
.BgClassName
{
background-color: #C42DF9;
}
</style>
border-color css
<style>
span { border-color: #C42DF9; }
span { border-color: rgb(196,45,249); }
td.TdClassName
{
border-color: #C42DF9;
}
.TagClassName
{
border-color: #C42DF9;
}
</style>