Shades of Electric Purple #C20CE6
Tints of Electric Purple #C20CE6
RGB
CMYK
RGB Variations
Color information
#C20CE6 (or 0xC20CE6) is known color: Electric Purple. HEX triplet: C2, 0C and E6. RGB value is (194,12,230). Sum of RGB (Red+Green+Blue) = 194+12+230=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #C20CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CE6 is #3DF319. Grayscale: #5A5A5A. Windows color (decimal): -4059930 or 15076546. OLE color: 15076546.
HSL color Cylindrical-coordinate representation of color #C20CE6: hue angle of 290.09º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CE6 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 12 | 230 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.10 |
| HSL | 290.09º | 0.9% | 0.47% | - |
| HSV(B) | 290.09º | 0.95% | 0.9% | - |
| XYZ | 36.66 | 17.45 | 76.3 | - |
| YUV | 91.27 | 206.3 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 230 | 0.16 | 0.95 | 0 | 0.10 | 290.09 | 0.9 | 0.47 |
| Hex | C2 | C | E6 | 10 | 5F | 0 | A | 122 | 5A | 2F |
| Octal | 302 | 14 | 346 | 20 | 137 | 0 | 12 | 442 | 132 | 57 |
| Binary | 11000010 | 1100 | 11100110 | 10000 | 1011111 | 0 | 1010 | 100100010 | 1011010 | 101111 |
Color Harmonies of #C20CE6
Complementary color
Monochromatic Colors of #C20CE6
Black with #C20CE6
Text Example
Text Example
White with #C20CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CE6; }
p { color: rgb(194,12,230); }
H1.HeaderClassName
{
color: #C20CE6;
}
.AnyTagClassName
{
color: #C20CE6;
}
</style>
background-color css
<style>
a { background-color: #C20CE6; }
a { background-color: rgb(194,12,230); }
div.DivClassName
{
background-color: #C20CE6;
}
.BgClassName
{
background-color: #C20CE6;
}
</style>
border-color css
<style>
span { border-color: #C20CE6; }
span { border-color: rgb(194,12,230); }
td.TdClassName
{
border-color: #C20CE6;
}
.TagClassName
{
border-color: #C20CE6;
}
</style>