Shades of Electric Purple #C20BFE
Tints of Electric Purple #C20BFE
RGB
CMYK
RGB Variations
Color information
#C20BFE (or 0xC20BFE) is known color: Electric Purple. HEX triplet: C2, 0B and FE. RGB value is (194,11,254). Sum of RGB (Red+Green+Blue) = 194+11+254=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C20BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BFE is #3DF401. Grayscale: #5C5C5C. Windows color (decimal): -4060162 or 16649154. OLE color: 16649154.
HSL color Cylindrical-coordinate representation of color #C20BFE: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20BFE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 11 | 254 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.00 |
| HSL | 285.19º | 0.99% | 0.52% | - |
| HSV(B) | 285.19º | 0.96% | 1% | - |
| XYZ | 40.26 | 18.86 | 95.29 | - |
| YUV | 93.42 | 218.63 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 254 | 0.24 | 0.96 | 0 | 0.00 | 285.19 | 0.99 | 0.52 |
| Hex | C2 | B | FE | 18 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 302 | 13 | 376 | 30 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000010 | 1011 | 11111110 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C20BFE
Complementary color
Monochromatic Colors of #C20BFE
Black with #C20BFE
Text Example
Text Example
White with #C20BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BFE; }
p { color: rgb(194,11,254); }
H1.HeaderClassName
{
color: #C20BFE;
}
.AnyTagClassName
{
color: #C20BFE;
}
</style>
background-color css
<style>
a { background-color: #C20BFE; }
a { background-color: rgb(194,11,254); }
div.DivClassName
{
background-color: #C20BFE;
}
.BgClassName
{
background-color: #C20BFE;
}
</style>
border-color css
<style>
span { border-color: #C20BFE; }
span { border-color: rgb(194,11,254); }
td.TdClassName
{
border-color: #C20BFE;
}
.TagClassName
{
border-color: #C20BFE;
}
</style>