Shades of Electric Purple #C20BFC
Tints of Electric Purple #C20BFC
RGB
CMYK
RGB Variations
Color information
#C20BFC (or 0xC20BFC) is known color: Electric Purple. HEX triplet: C2, 0B and FC. RGB value is (194,11,252). Sum of RGB (Red+Green+Blue) = 194+11+252=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #C20BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BFC is #3DF403. Grayscale: #5C5C5C. Windows color (decimal): -4060164 or 16518082. OLE color: 16518082.
HSL color Cylindrical-coordinate representation of color #C20BFC: hue angle of 285.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20BFC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 11 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.56º | 0.98% | 0.52% | - |
| HSV(B) | 285.56º | 0.96% | 0.99% | - |
| XYZ | 39.94 | 18.74 | 93.61 | - |
| YUV | 93.19 | 217.63 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.56 | 0.98 | 0.52 |
| Hex | C2 | B | FC | 17 | 60 | 0 | 1 | 11E | 62 | 34 |
| Octal | 302 | 13 | 374 | 27 | 140 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000010 | 1011 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C20BFC
Complementary color
Monochromatic Colors of #C20BFC
Black with #C20BFC
Text Example
Text Example
White with #C20BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BFC; }
p { color: rgb(194,11,252); }
H1.HeaderClassName
{
color: #C20BFC;
}
.AnyTagClassName
{
color: #C20BFC;
}
</style>
background-color css
<style>
a { background-color: #C20BFC; }
a { background-color: rgb(194,11,252); }
div.DivClassName
{
background-color: #C20BFC;
}
.BgClassName
{
background-color: #C20BFC;
}
</style>
border-color css
<style>
span { border-color: #C20BFC; }
span { border-color: rgb(194,11,252); }
td.TdClassName
{
border-color: #C20BFC;
}
.TagClassName
{
border-color: #C20BFC;
}
</style>