Shades of Electric Purple #C20AFB
Tints of Electric Purple #C20AFB
RGB
CMYK
RGB Variations
Color information
#C20AFB (or 0xC20AFB) is known color: Electric Purple. HEX triplet: C2, 0A and FB. RGB value is (194,10,251). Sum of RGB (Red+Green+Blue) = 194+10+251=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C20AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFB is #3DF504. Grayscale: #5B5B5B. Windows color (decimal): -4060421 or 16452290. OLE color: 16452290.
HSL color Cylindrical-coordinate representation of color #C20AFB: hue angle of 285.81º degrees, saturation: 0.97, 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 #C20AFB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 10 | 251 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.02 |
| HSL | 285.81º | 0.97% | 0.51% | - |
| HSV(B) | 285.81º | 0.96% | 0.98% | - |
| XYZ | 39.77 | 18.65 | 92.77 | - |
| YUV | 92.49 | 217.46 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 251 | 0.23 | 0.96 | 0 | 0.02 | 285.81 | 0.97 | 0.51 |
| Hex | C2 | A | FB | 17 | 60 | 0 | 2 | 11E | 61 | 33 |
| Octal | 302 | 12 | 373 | 27 | 140 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000010 | 1010 | 11111011 | 10111 | 1100000 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C20AFB
Complementary color
Monochromatic Colors of #C20AFB
Black with #C20AFB
Text Example
Text Example
White with #C20AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AFB; }
p { color: rgb(194,10,251); }
H1.HeaderClassName
{
color: #C20AFB;
}
.AnyTagClassName
{
color: #C20AFB;
}
</style>
background-color css
<style>
a { background-color: #C20AFB; }
a { background-color: rgb(194,10,251); }
div.DivClassName
{
background-color: #C20AFB;
}
.BgClassName
{
background-color: #C20AFB;
}
</style>
border-color css
<style>
span { border-color: #C20AFB; }
span { border-color: rgb(194,10,251); }
td.TdClassName
{
border-color: #C20AFB;
}
.TagClassName
{
border-color: #C20AFB;
}
</style>