Shades of Electric Purple #C20DF0
Tints of Electric Purple #C20DF0
RGB
CMYK
RGB Variations
Color information
#C20DF0 (or 0xC20DF0) is known color: Electric Purple. HEX triplet: C2, 0D and F0. RGB value is (194,13,240). Sum of RGB (Red+Green+Blue) = 194+13+240=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #C20DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DF0 is #3DF20F. Grayscale: #5C5C5C. Windows color (decimal): -4059664 or 15732162. OLE color: 15732162.
HSL color Cylindrical-coordinate representation of color #C20DF0: hue angle of 287.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20DF0 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 13 | 240 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.06 |
| HSL | 287.84º | 0.9% | 0.5% | - |
| HSV(B) | 287.84º | 0.95% | 0.94% | - |
| XYZ | 38.12 | 18.05 | 83.91 | - |
| YUV | 93 | 210.97 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 240 | 0.19 | 0.95 | 0 | 0.06 | 287.84 | 0.9 | 0.5 |
| Hex | C2 | D | F0 | 13 | 5F | 0 | 6 | 120 | 5A | 32 |
| Octal | 302 | 15 | 360 | 23 | 137 | 0 | 6 | 440 | 132 | 62 |
| Binary | 11000010 | 1101 | 11110000 | 10011 | 1011111 | 0 | 110 | 100100000 | 1011010 | 110010 |
Color Harmonies of #C20DF0
Complementary color
Monochromatic Colors of #C20DF0
Black with #C20DF0
Text Example
Text Example
White with #C20DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DF0; }
p { color: rgb(194,13,240); }
H1.HeaderClassName
{
color: #C20DF0;
}
.AnyTagClassName
{
color: #C20DF0;
}
</style>
background-color css
<style>
a { background-color: #C20DF0; }
a { background-color: rgb(194,13,240); }
div.DivClassName
{
background-color: #C20DF0;
}
.BgClassName
{
background-color: #C20DF0;
}
</style>
border-color css
<style>
span { border-color: #C20DF0; }
span { border-color: rgb(194,13,240); }
td.TdClassName
{
border-color: #C20DF0;
}
.TagClassName
{
border-color: #C20DF0;
}
</style>