Shades of Electric Purple #C40AFF
Tints of Electric Purple #C40AFF
RGB
CMYK
RGB Variations
Color information
#C40AFF (or 0xC40AFF) is known color: Electric Purple. HEX triplet: C4, 0A and FF. RGB value is (196,10,255). Sum of RGB (Red+Green+Blue) = 196+10+255=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C40AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AFF is #3BF500. Grayscale: #5C5C5C. Windows color (decimal): -3929345 or 16714436. OLE color: 16714436.
HSL color Cylindrical-coordinate representation of color #C40AFF: hue angle of 285.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AFF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 10 | 255 | - |
| CMYK | 0.23 | 0.96 | 0 | 0 |
| HSL | 285.55º | 1% | 0.52% | - |
| HSV(B) | 285.55º | 0.96% | 1% | - |
| XYZ | 40.92 | 19.17 | 96.15 | - |
| YUV | 93.54 | 219.12 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 255 | 0.23 | 0.96 | 0 | 0 | 285.55 | 1 | 0.52 |
| Hex | C4 | A | FF | 17 | 60 | 0 | 0 | 11E | 64 | 34 |
| Octal | 304 | 12 | 377 | 27 | 140 | 0 | 0 | 436 | 144 | 64 |
| Binary | 11000100 | 1010 | 11111111 | 10111 | 1100000 | 0 | 0 | 100011110 | 1100100 | 110100 |
Color Harmonies of #C40AFF
Complementary color
Monochromatic Colors of #C40AFF
Black with #C40AFF
Text Example
Text Example
White with #C40AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AFF; }
p { color: rgb(196,10,255); }
H1.HeaderClassName
{
color: #C40AFF;
}
.AnyTagClassName
{
color: #C40AFF;
}
</style>
background-color css
<style>
a { background-color: #C40AFF; }
a { background-color: rgb(196,10,255); }
div.DivClassName
{
background-color: #C40AFF;
}
.BgClassName
{
background-color: #C40AFF;
}
</style>
border-color css
<style>
span { border-color: #C40AFF; }
span { border-color: rgb(196,10,255); }
td.TdClassName
{
border-color: #C40AFF;
}
.TagClassName
{
border-color: #C40AFF;
}
</style>