Shades of Electric Purple #C20BFF
Tints of Electric Purple #C20BFF
RGB
CMYK
RGB Variations
Color information
#C20BFF (or 0xC20BFF) is known color: Electric Purple. HEX triplet: C2, 0B and FF. RGB value is (194,11,255). Sum of RGB (Red+Green+Blue) = 194+11+255=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #C20BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BFF is #3DF400. Grayscale: #5C5C5C. Windows color (decimal): -4060161 or 16714690. OLE color: 16714690.
HSL color Cylindrical-coordinate representation of color #C20BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20BFF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 11 | 255 | - |
| CMYK | 0.24 | 0.96 | 0 | 0 |
| HSL | 285º | 1% | 0.52% | - |
| HSV(B) | 285º | 0.96% | 1% | - |
| XYZ | 40.42 | 18.93 | 96.13 | - |
| YUV | 93.53 | 219.13 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 255 | 0.24 | 0.96 | 0 | 0 | 285 | 1 | 0.52 |
| Hex | C2 | B | FF | 18 | 60 | 0 | 0 | 11D | 64 | 34 |
| Octal | 302 | 13 | 377 | 30 | 140 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000010 | 1011 | 11111111 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C20BFF
Complementary color
Monochromatic Colors of #C20BFF
Black with #C20BFF
Text Example
Text Example
White with #C20BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BFF; }
p { color: rgb(194,11,255); }
H1.HeaderClassName
{
color: #C20BFF;
}
.AnyTagClassName
{
color: #C20BFF;
}
</style>
background-color css
<style>
a { background-color: #C20BFF; }
a { background-color: rgb(194,11,255); }
div.DivClassName
{
background-color: #C20BFF;
}
.BgClassName
{
background-color: #C20BFF;
}
</style>
border-color css
<style>
span { border-color: #C20BFF; }
span { border-color: rgb(194,11,255); }
td.TdClassName
{
border-color: #C20BFF;
}
.TagClassName
{
border-color: #C20BFF;
}
</style>