Shades of Electric Purple #C40DFF
Tints of Electric Purple #C40DFF
RGB
CMYK
RGB Variations
Color information
#C40DFF (or 0xC40DFF) is known color: Electric Purple. HEX triplet: C4, 0D and FF. RGB value is (196,13,255). Sum of RGB (Red+Green+Blue) = 196+13+255=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C40DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DFF is #3BF200. Grayscale: #5E5E5E. Windows color (decimal): -3928577 or 16715204. OLE color: 16715204.
HSL color Cylindrical-coordinate representation of color #C40DFF: hue angle of 285.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40DFF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 13 | 255 | - |
| CMYK | 0.23 | 0.95 | 0 | 0 |
| HSL | 285.37º | 1% | 0.53% | - |
| HSV(B) | 285.37º | 0.95% | 1% | - |
| XYZ | 40.96 | 19.24 | 96.16 | - |
| YUV | 95.31 | 218.13 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 255 | 0.23 | 0.95 | 0 | 0 | 285.37 | 1 | 0.53 |
| Hex | C4 | D | FF | 17 | 5F | 0 | 0 | 11D | 64 | 35 |
| Octal | 304 | 15 | 377 | 27 | 137 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000100 | 1101 | 11111111 | 10111 | 1011111 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C40DFF
Complementary color
Monochromatic Colors of #C40DFF
Black with #C40DFF
Text Example
Text Example
White with #C40DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DFF; }
p { color: rgb(196,13,255); }
H1.HeaderClassName
{
color: #C40DFF;
}
.AnyTagClassName
{
color: #C40DFF;
}
</style>
background-color css
<style>
a { background-color: #C40DFF; }
a { background-color: rgb(196,13,255); }
div.DivClassName
{
background-color: #C40DFF;
}
.BgClassName
{
background-color: #C40DFF;
}
</style>
border-color css
<style>
span { border-color: #C40DFF; }
span { border-color: rgb(196,13,255); }
td.TdClassName
{
border-color: #C40DFF;
}
.TagClassName
{
border-color: #C40DFF;
}
</style>