Shades of Electric Purple #C20DEF
Tints of Electric Purple #C20DEF
RGB
CMYK
RGB Variations
Color information
#C20DEF (or 0xC20DEF) is known color: Electric Purple. HEX triplet: C2, 0D and EF. RGB value is (194,13,239). Sum of RGB (Red+Green+Blue) = 194+13+239=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #C20DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DEF is #3DF210. Grayscale: #5C5C5C. Windows color (decimal): -4059665 or 15666626. OLE color: 15666626.
HSL color Cylindrical-coordinate representation of color #C20DEF: hue angle of 288.05º 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 #C20DEF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 13 | 239 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.06 |
| HSL | 288.05º | 0.9% | 0.49% | - |
| HSV(B) | 288.05º | 0.95% | 0.94% | - |
| XYZ | 37.97 | 17.99 | 83.13 | - |
| YUV | 92.88 | 210.47 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 239 | 0.19 | 0.95 | 0 | 0.06 | 288.05 | 0.9 | 0.49 |
| Hex | C2 | D | EF | 13 | 5F | 0 | 6 | 120 | 5A | 31 |
| Octal | 302 | 15 | 357 | 23 | 137 | 0 | 6 | 440 | 132 | 61 |
| Binary | 11000010 | 1101 | 11101111 | 10011 | 1011111 | 0 | 110 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C20DEF
Complementary color
Monochromatic Colors of #C20DEF
Black with #C20DEF
Text Example
Text Example
White with #C20DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DEF; }
p { color: rgb(194,13,239); }
H1.HeaderClassName
{
color: #C20DEF;
}
.AnyTagClassName
{
color: #C20DEF;
}
</style>
background-color css
<style>
a { background-color: #C20DEF; }
a { background-color: rgb(194,13,239); }
div.DivClassName
{
background-color: #C20DEF;
}
.BgClassName
{
background-color: #C20DEF;
}
</style>
border-color css
<style>
span { border-color: #C20DEF; }
span { border-color: rgb(194,13,239); }
td.TdClassName
{
border-color: #C20DEF;
}
.TagClassName
{
border-color: #C20DEF;
}
</style>