Shades of Electric Purple #C21FEA
Tints of Electric Purple #C21FEA
RGB
CMYK
RGB Variations
Color information
#C21FEA (or 0xC21FEA) is known color: Electric Purple. HEX triplet: C2, 1F and EA. RGB value is (194,31,234). Sum of RGB (Red+Green+Blue) = 194+31+234=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C21FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21FEA is #3DE015. Grayscale: #666666. Windows color (decimal): -4055062 or 15343554. OLE color: 15343554.
HSL color Cylindrical-coordinate representation of color #C21FEA: hue angle of 288.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21FEA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 31 | 234 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.08 |
| HSL | 288.18º | 0.83% | 0.52% | - |
| HSV(B) | 288.18º | 0.87% | 0.92% | - |
| XYZ | 37.59 | 18.39 | 79.41 | - |
| YUV | 102.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 234 | 0.17 | 0.87 | 0 | 0.08 | 288.18 | 0.83 | 0.52 |
| Hex | C2 | 1F | EA | 11 | 57 | 0 | 8 | 120 | 53 | 34 |
| Octal | 302 | 37 | 352 | 21 | 127 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000010 | 11111 | 11101010 | 10001 | 1010111 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C21FEA
Complementary color
Monochromatic Colors of #C21FEA
Black with #C21FEA
Text Example
Text Example
White with #C21FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FEA; }
p { color: rgb(194,31,234); }
H1.HeaderClassName
{
color: #C21FEA;
}
.AnyTagClassName
{
color: #C21FEA;
}
</style>
background-color css
<style>
a { background-color: #C21FEA; }
a { background-color: rgb(194,31,234); }
div.DivClassName
{
background-color: #C21FEA;
}
.BgClassName
{
background-color: #C21FEA;
}
</style>
border-color css
<style>
span { border-color: #C21FEA; }
span { border-color: rgb(194,31,234); }
td.TdClassName
{
border-color: #C21FEA;
}
.TagClassName
{
border-color: #C21FEA;
}
</style>