Shades of Electric Purple #C20FF3
Tints of Electric Purple #C20FF3
RGB
CMYK
RGB Variations
Color information
#C20FF3 (or 0xC20FF3) is known color: Electric Purple. HEX triplet: C2, 0F and F3. RGB value is (194,15,243). Sum of RGB (Red+Green+Blue) = 194+15+243=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #C20FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FF3 is #3DF00C. Grayscale: #5D5D5D. Windows color (decimal): -4059149 or 15929282. OLE color: 15929282.
HSL color Cylindrical-coordinate representation of color #C20FF3: hue angle of 287.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20FF3 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 15 | 243 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.05 |
| HSL | 287.11º | 0.9% | 0.51% | - |
| HSV(B) | 287.11º | 0.94% | 0.95% | - |
| XYZ | 38.6 | 18.28 | 86.29 | - |
| YUV | 94.51 | 211.8 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 243 | 0.20 | 0.94 | 0 | 0.05 | 287.11 | 0.9 | 0.51 |
| Hex | C2 | F | F3 | 14 | 5E | 0 | 5 | 11F | 5A | 33 |
| Octal | 302 | 17 | 363 | 24 | 136 | 0 | 5 | 437 | 132 | 63 |
| Binary | 11000010 | 1111 | 11110011 | 10100 | 1011110 | 0 | 101 | 100011111 | 1011010 | 110011 |
Color Harmonies of #C20FF3
Complementary color
Monochromatic Colors of #C20FF3
Black with #C20FF3
Text Example
Text Example
White with #C20FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FF3; }
p { color: rgb(194,15,243); }
H1.HeaderClassName
{
color: #C20FF3;
}
.AnyTagClassName
{
color: #C20FF3;
}
</style>
background-color css
<style>
a { background-color: #C20FF3; }
a { background-color: rgb(194,15,243); }
div.DivClassName
{
background-color: #C20FF3;
}
.BgClassName
{
background-color: #C20FF3;
}
</style>
border-color css
<style>
span { border-color: #C20FF3; }
span { border-color: rgb(194,15,243); }
td.TdClassName
{
border-color: #C20FF3;
}
.TagClassName
{
border-color: #C20FF3;
}
</style>