Shades of Electric Purple #C40DED
Tints of Electric Purple #C40DED
RGB
CMYK
RGB Variations
Color information
#C40DED (or 0xC40DED) is known color: Electric Purple. HEX triplet: C4, 0D and ED. RGB value is (196,13,237). Sum of RGB (Red+Green+Blue) = 196+13+237=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C40DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DED is #3BF212. Grayscale: #5C5C5C. Windows color (decimal): -3928595 or 15535556. OLE color: 15535556.
HSL color Cylindrical-coordinate representation of color #C40DED: hue angle of 289.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40DED is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 13 | 237 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.02º | 0.9% | 0.49% | - |
| HSV(B) | 289.02º | 0.95% | 0.93% | - |
| XYZ | 38.19 | 18.14 | 81.61 | - |
| YUV | 93.25 | 209.13 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 237 | 0.17 | 0.95 | 0 | 0.07 | 289.02 | 0.9 | 0.49 |
| Hex | C4 | D | ED | 11 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 304 | 15 | 355 | 21 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000100 | 1101 | 11101101 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C40DED
Complementary color
Monochromatic Colors of #C40DED
Black with #C40DED
Text Example
Text Example
White with #C40DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DED; }
p { color: rgb(196,13,237); }
H1.HeaderClassName
{
color: #C40DED;
}
.AnyTagClassName
{
color: #C40DED;
}
</style>
background-color css
<style>
a { background-color: #C40DED; }
a { background-color: rgb(196,13,237); }
div.DivClassName
{
background-color: #C40DED;
}
.BgClassName
{
background-color: #C40DED;
}
</style>
border-color css
<style>
span { border-color: #C40DED; }
span { border-color: rgb(196,13,237); }
td.TdClassName
{
border-color: #C40DED;
}
.TagClassName
{
border-color: #C40DED;
}
</style>