Shades of Electric Purple #C40DEF
Tints of Electric Purple #C40DEF
RGB
CMYK
RGB Variations
Color information
#C40DEF (or 0xC40DEF) is known color: Electric Purple. HEX triplet: C4, 0D and EF. RGB value is (196,13,239). Sum of RGB (Red+Green+Blue) = 196+13+239=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #C40DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DEF is #3BF210. Grayscale: #5C5C5C. Windows color (decimal): -3928593 or 15666628. OLE color: 15666628.
HSL color Cylindrical-coordinate representation of color #C40DEF: hue angle of 288.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40DEF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 13 | 239 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.06 |
| HSL | 288.58º | 0.9% | 0.49% | - |
| HSV(B) | 288.58º | 0.95% | 0.94% | - |
| XYZ | 38.49 | 18.26 | 83.16 | - |
| YUV | 93.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 239 | 0.18 | 0.95 | 0 | 0.06 | 288.58 | 0.9 | 0.49 |
| Hex | C4 | D | EF | 12 | 5F | 0 | 6 | 121 | 5A | 31 |
| Octal | 304 | 15 | 357 | 22 | 137 | 0 | 6 | 441 | 132 | 61 |
| Binary | 11000100 | 1101 | 11101111 | 10010 | 1011111 | 0 | 110 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C40DEF
Complementary color
Monochromatic Colors of #C40DEF
Black with #C40DEF
Text Example
Text Example
White with #C40DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DEF; }
p { color: rgb(196,13,239); }
H1.HeaderClassName
{
color: #C40DEF;
}
.AnyTagClassName
{
color: #C40DEF;
}
</style>
background-color css
<style>
a { background-color: #C40DEF; }
a { background-color: rgb(196,13,239); }
div.DivClassName
{
background-color: #C40DEF;
}
.BgClassName
{
background-color: #C40DEF;
}
</style>
border-color css
<style>
span { border-color: #C40DEF; }
span { border-color: rgb(196,13,239); }
td.TdClassName
{
border-color: #C40DEF;
}
.TagClassName
{
border-color: #C40DEF;
}
</style>