Shades of Electric Purple #C407F0
Tints of Electric Purple #C407F0
RGB
CMYK
RGB Variations
Color information
#C407F0 (or 0xC407F0) is known color: Electric Purple. HEX triplet: C4, 07 and F0. RGB value is (196,7,240). Sum of RGB (Red+Green+Blue) = 196+7+240=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #C407F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C407F0 is #3BF80F. Grayscale: #595959. Windows color (decimal): -3930128 or 15730628. OLE color: 15730628.
HSL color Cylindrical-coordinate representation of color #C407F0: hue angle of 288.67º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407F0 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 7 | 240 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.06 |
| HSL | 288.67º | 0.94% | 0.48% | - |
| HSV(B) | 288.67º | 0.97% | 0.94% | - |
| XYZ | 38.57 | 18.18 | 83.91 | - |
| YUV | 90.07 | 212.62 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 240 | 0.18 | 0.97 | 0 | 0.06 | 288.67 | 0.94 | 0.48 |
| Hex | C4 | 7 | F0 | 12 | 61 | 0 | 6 | 121 | 5E | 30 |
| Octal | 304 | 7 | 360 | 22 | 141 | 0 | 6 | 441 | 136 | 60 |
| Binary | 11000100 | 111 | 11110000 | 10010 | 1100001 | 0 | 110 | 100100001 | 1011110 | 110000 |
Color Harmonies of #C407F0
Complementary color
Monochromatic Colors of #C407F0
Black with #C407F0
Text Example
Text Example
White with #C407F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407F0; }
p { color: rgb(196,7,240); }
H1.HeaderClassName
{
color: #C407F0;
}
.AnyTagClassName
{
color: #C407F0;
}
</style>
background-color css
<style>
a { background-color: #C407F0; }
a { background-color: rgb(196,7,240); }
div.DivClassName
{
background-color: #C407F0;
}
.BgClassName
{
background-color: #C407F0;
}
</style>
border-color css
<style>
span { border-color: #C407F0; }
span { border-color: rgb(196,7,240); }
td.TdClassName
{
border-color: #C407F0;
}
.TagClassName
{
border-color: #C407F0;
}
</style>