Shades of Electric Purple #C20CF2
Tints of Electric Purple #C20CF2
RGB
CMYK
RGB Variations
Color information
#C20CF2 (or 0xC20CF2) is known color: Electric Purple. HEX triplet: C2, 0C and F2. RGB value is (194,12,242). Sum of RGB (Red+Green+Blue) = 194+12+242=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #C20CF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CF2 is #3DF30D. Grayscale: #5B5B5B. Windows color (decimal): -4059918 or 15862978. OLE color: 15862978.
HSL color Cylindrical-coordinate representation of color #C20CF2: hue angle of 287.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CF2 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 12 | 242 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.05 |
| HSL | 287.48º | 0.91% | 0.5% | - |
| HSV(B) | 287.48º | 0.95% | 0.95% | - |
| XYZ | 38.41 | 18.14 | 85.48 | - |
| YUV | 92.64 | 212.3 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 242 | 0.20 | 0.95 | 0 | 0.05 | 287.48 | 0.91 | 0.5 |
| Hex | C2 | C | F2 | 14 | 5F | 0 | 5 | 11F | 5B | 32 |
| Octal | 302 | 14 | 362 | 24 | 137 | 0 | 5 | 437 | 133 | 62 |
| Binary | 11000010 | 1100 | 11110010 | 10100 | 1011111 | 0 | 101 | 100011111 | 1011011 | 110010 |
Color Harmonies of #C20CF2
Complementary color
Monochromatic Colors of #C20CF2
Black with #C20CF2
Text Example
Text Example
White with #C20CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CF2; }
p { color: rgb(194,12,242); }
H1.HeaderClassName
{
color: #C20CF2;
}
.AnyTagClassName
{
color: #C20CF2;
}
</style>
background-color css
<style>
a { background-color: #C20CF2; }
a { background-color: rgb(194,12,242); }
div.DivClassName
{
background-color: #C20CF2;
}
.BgClassName
{
background-color: #C20CF2;
}
</style>
border-color css
<style>
span { border-color: #C20CF2; }
span { border-color: rgb(194,12,242); }
td.TdClassName
{
border-color: #C20CF2;
}
.TagClassName
{
border-color: #C20CF2;
}
</style>