Shades of Electric Purple #C42CF0
Tints of Electric Purple #C42CF0
RGB
CMYK
RGB Variations
Color information
#C42CF0 (or 0xC42CF0) is known color: Electric Purple. HEX triplet: C4, 2C and F0. RGB value is (196,44,240). Sum of RGB (Red+Green+Blue) = 196+44+240=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #C42CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CF0 is #3BD30F. Grayscale: #6F6F6F. Windows color (decimal): -3920656 or 15740100. OLE color: 15740100.
HSL color Cylindrical-coordinate representation of color #C42CF0: hue angle of 286.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42CF0 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 44 | 240 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.06 |
| HSL | 286.53º | 0.87% | 0.56% | - |
| HSV(B) | 286.53º | 0.82% | 0.94% | - |
| XYZ | 39.39 | 19.83 | 84.19 | - |
| YUV | 111.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 240 | 0.18 | 0.82 | 0 | 0.06 | 286.53 | 0.87 | 0.56 |
| Hex | C4 | 2C | F0 | 12 | 52 | 0 | 6 | 11F | 57 | 38 |
| Octal | 304 | 54 | 360 | 22 | 122 | 0 | 6 | 437 | 127 | 70 |
| Binary | 11000100 | 101100 | 11110000 | 10010 | 1010010 | 0 | 110 | 100011111 | 1010111 | 111000 |
Color Harmonies of #C42CF0
Complementary color
Monochromatic Colors of #C42CF0
Black with #C42CF0
Text Example
Text Example
White with #C42CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CF0; }
p { color: rgb(196,44,240); }
H1.HeaderClassName
{
color: #C42CF0;
}
.AnyTagClassName
{
color: #C42CF0;
}
</style>
background-color css
<style>
a { background-color: #C42CF0; }
a { background-color: rgb(196,44,240); }
div.DivClassName
{
background-color: #C42CF0;
}
.BgClassName
{
background-color: #C42CF0;
}
</style>
border-color css
<style>
span { border-color: #C42CF0; }
span { border-color: rgb(196,44,240); }
td.TdClassName
{
border-color: #C42CF0;
}
.TagClassName
{
border-color: #C42CF0;
}
</style>