Shades of Electric Purple #C40AF9
Tints of Electric Purple #C40AF9
RGB
CMYK
RGB Variations
Color information
#C40AF9 (or 0xC40AF9) is known color: Electric Purple. HEX triplet: C4, 0A and F9. RGB value is (196,10,249). Sum of RGB (Red+Green+Blue) = 196+10+249=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #C40AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AF9 is #3BF506. Grayscale: #5C5C5C. Windows color (decimal): -3929351 or 16321220. OLE color: 16321220.
HSL color Cylindrical-coordinate representation of color #C40AF9: hue angle of 286.69º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AF9 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 10 | 249 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 286.69º | 0.95% | 0.51% | - |
| HSV(B) | 286.69º | 0.96% | 0.98% | - |
| XYZ | 39.97 | 18.79 | 91.14 | - |
| YUV | 92.86 | 216.12 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 249 | 0.21 | 0.96 | 0 | 0.02 | 286.69 | 0.95 | 0.51 |
| Hex | C4 | A | F9 | 15 | 60 | 0 | 2 | 11F | 5F | 33 |
| Octal | 304 | 12 | 371 | 25 | 140 | 0 | 2 | 437 | 137 | 63 |
| Binary | 11000100 | 1010 | 11111001 | 10101 | 1100000 | 0 | 10 | 100011111 | 1011111 | 110011 |
Color Harmonies of #C40AF9
Complementary color
Monochromatic Colors of #C40AF9
Black with #C40AF9
Text Example
Text Example
White with #C40AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AF9; }
p { color: rgb(196,10,249); }
H1.HeaderClassName
{
color: #C40AF9;
}
.AnyTagClassName
{
color: #C40AF9;
}
</style>
background-color css
<style>
a { background-color: #C40AF9; }
a { background-color: rgb(196,10,249); }
div.DivClassName
{
background-color: #C40AF9;
}
.BgClassName
{
background-color: #C40AF9;
}
</style>
border-color css
<style>
span { border-color: #C40AF9; }
span { border-color: rgb(196,10,249); }
td.TdClassName
{
border-color: #C40AF9;
}
.TagClassName
{
border-color: #C40AF9;
}
</style>