Shades of Electric Purple #C42BF9
Tints of Electric Purple #C42BF9
RGB
CMYK
RGB Variations
Color information
#C42BF9 (or 0xC42BF9) is known color: Electric Purple. HEX triplet: C4, 2B and F9. RGB value is (196,43,249). Sum of RGB (Red+Green+Blue) = 196+43+249=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #C42BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BF9 is #3BD406. Grayscale: #6F6F6F. Windows color (decimal): -3920903 or 16329668. OLE color: 16329668.
HSL color Cylindrical-coordinate representation of color #C42BF9: hue angle of 284.56º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42BF9 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 43 | 249 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.02 |
| HSL | 284.56º | 0.94% | 0.57% | - |
| HSV(B) | 284.56º | 0.83% | 0.98% | - |
| XYZ | 40.73 | 20.3 | 91.39 | - |
| YUV | 112.23 | 205.19 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 249 | 0.21 | 0.83 | 0 | 0.02 | 284.56 | 0.94 | 0.57 |
| Hex | C4 | 2B | F9 | 15 | 53 | 0 | 2 | 11D | 5E | 39 |
| Octal | 304 | 53 | 371 | 25 | 123 | 0 | 2 | 435 | 136 | 71 |
| Binary | 11000100 | 101011 | 11111001 | 10101 | 1010011 | 0 | 10 | 100011101 | 1011110 | 111001 |
Color Harmonies of #C42BF9
Complementary color
Monochromatic Colors of #C42BF9
Black with #C42BF9
Text Example
Text Example
White with #C42BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BF9; }
p { color: rgb(196,43,249); }
H1.HeaderClassName
{
color: #C42BF9;
}
.AnyTagClassName
{
color: #C42BF9;
}
</style>
background-color css
<style>
a { background-color: #C42BF9; }
a { background-color: rgb(196,43,249); }
div.DivClassName
{
background-color: #C42BF9;
}
.BgClassName
{
background-color: #C42BF9;
}
</style>
border-color css
<style>
span { border-color: #C42BF9; }
span { border-color: rgb(196,43,249); }
td.TdClassName
{
border-color: #C42BF9;
}
.TagClassName
{
border-color: #C42BF9;
}
</style>