Shades of Electric Purple #C20CFA
Tints of Electric Purple #C20CFA
RGB
CMYK
RGB Variations
Color information
#C20CFA (or 0xC20CFA) is known color: Electric Purple. HEX triplet: C2, 0C and FA. RGB value is (194,12,250). Sum of RGB (Red+Green+Blue) = 194+12+250=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #C20CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CFA is #3DF305. Grayscale: #5C5C5C. Windows color (decimal): -4059910 or 16387266. OLE color: 16387266.
HSL color Cylindrical-coordinate representation of color #C20CFA: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CFA is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 12 | 250 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.02 |
| HSL | 285.88º | 0.96% | 0.51% | - |
| HSV(B) | 285.88º | 0.95% | 0.98% | - |
| XYZ | 39.63 | 18.63 | 91.95 | - |
| YUV | 93.55 | 216.3 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 250 | 0.22 | 0.95 | 0 | 0.02 | 285.88 | 0.96 | 0.51 |
| Hex | C2 | C | FA | 16 | 5F | 0 | 2 | 11E | 60 | 33 |
| Octal | 302 | 14 | 372 | 26 | 137 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000010 | 1100 | 11111010 | 10110 | 1011111 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C20CFA
Complementary color
Monochromatic Colors of #C20CFA
Black with #C20CFA
Text Example
Text Example
White with #C20CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CFA; }
p { color: rgb(194,12,250); }
H1.HeaderClassName
{
color: #C20CFA;
}
.AnyTagClassName
{
color: #C20CFA;
}
</style>
background-color css
<style>
a { background-color: #C20CFA; }
a { background-color: rgb(194,12,250); }
div.DivClassName
{
background-color: #C20CFA;
}
.BgClassName
{
background-color: #C20CFA;
}
</style>
border-color css
<style>
span { border-color: #C20CFA; }
span { border-color: rgb(194,12,250); }
td.TdClassName
{
border-color: #C20CFA;
}
.TagClassName
{
border-color: #C20CFA;
}
</style>