Shades of Electric Purple #C40CF9
Tints of Electric Purple #C40CF9
RGB
CMYK
RGB Variations
Color information
#C40CF9 (or 0xC40CF9) is known color: Electric Purple. HEX triplet: C4, 0C and F9. RGB value is (196,12,249). Sum of RGB (Red+Green+Blue) = 196+12+249=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #C40CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CF9 is #3BF306. Grayscale: #5D5D5D. Windows color (decimal): -3928839 or 16321732. OLE color: 16321732.
HSL color Cylindrical-coordinate representation of color #C40CF9: hue angle of 286.58º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CF9 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 12 | 249 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.02 |
| HSL | 286.58º | 0.95% | 0.51% | - |
| HSV(B) | 286.58º | 0.95% | 0.98% | - |
| XYZ | 40 | 18.84 | 91.15 | - |
| YUV | 94.03 | 215.46 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 249 | 0.21 | 0.95 | 0 | 0.02 | 286.58 | 0.95 | 0.51 |
| Hex | C4 | C | F9 | 15 | 5F | 0 | 2 | 11F | 5F | 33 |
| Octal | 304 | 14 | 371 | 25 | 137 | 0 | 2 | 437 | 137 | 63 |
| Binary | 11000100 | 1100 | 11111001 | 10101 | 1011111 | 0 | 10 | 100011111 | 1011111 | 110011 |
Color Harmonies of #C40CF9
Complementary color
Monochromatic Colors of #C40CF9
Black with #C40CF9
Text Example
Text Example
White with #C40CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CF9; }
p { color: rgb(196,12,249); }
H1.HeaderClassName
{
color: #C40CF9;
}
.AnyTagClassName
{
color: #C40CF9;
}
</style>
background-color css
<style>
a { background-color: #C40CF9; }
a { background-color: rgb(196,12,249); }
div.DivClassName
{
background-color: #C40CF9;
}
.BgClassName
{
background-color: #C40CF9;
}
</style>
border-color css
<style>
span { border-color: #C40CF9; }
span { border-color: rgb(196,12,249); }
td.TdClassName
{
border-color: #C40CF9;
}
.TagClassName
{
border-color: #C40CF9;
}
</style>