Shades of Electric Purple #C20BFA
Tints of Electric Purple #C20BFA
RGB
CMYK
RGB Variations
Color information
#C20BFA (or 0xC20BFA) is known color: Electric Purple. HEX triplet: C2, 0B and FA. RGB value is (194,11,250). Sum of RGB (Red+Green+Blue) = 194+11+250=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #C20BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BFA is #3DF405. Grayscale: #5C5C5C. Windows color (decimal): -4060166 or 16387010. OLE color: 16387010.
HSL color Cylindrical-coordinate representation of color #C20BFA: hue angle of 285.94º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20BFA is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 11 | 250 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.02 |
| HSL | 285.94º | 0.96% | 0.51% | - |
| HSV(B) | 285.94º | 0.96% | 0.98% | - |
| XYZ | 39.62 | 18.61 | 91.95 | - |
| YUV | 92.96 | 216.63 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 250 | 0.22 | 0.96 | 0 | 0.02 | 285.94 | 0.96 | 0.51 |
| Hex | C2 | B | FA | 16 | 60 | 0 | 2 | 11E | 60 | 33 |
| Octal | 302 | 13 | 372 | 26 | 140 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000010 | 1011 | 11111010 | 10110 | 1100000 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C20BFA
Complementary color
Monochromatic Colors of #C20BFA
Black with #C20BFA
Text Example
Text Example
White with #C20BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BFA; }
p { color: rgb(194,11,250); }
H1.HeaderClassName
{
color: #C20BFA;
}
.AnyTagClassName
{
color: #C20BFA;
}
</style>
background-color css
<style>
a { background-color: #C20BFA; }
a { background-color: rgb(194,11,250); }
div.DivClassName
{
background-color: #C20BFA;
}
.BgClassName
{
background-color: #C20BFA;
}
</style>
border-color css
<style>
span { border-color: #C20BFA; }
span { border-color: rgb(194,11,250); }
td.TdClassName
{
border-color: #C20BFA;
}
.TagClassName
{
border-color: #C20BFA;
}
</style>