Shades of Electric Purple #C21BEA
Tints of Electric Purple #C21BEA
RGB
CMYK
RGB Variations
Color information
#C21BEA (or 0xC21BEA) is known color: Electric Purple. HEX triplet: C2, 1B and EA. RGB value is (194,27,234). Sum of RGB (Red+Green+Blue) = 194+27+234=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #C21BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BEA is #3DE415. Grayscale: #636363. Windows color (decimal): -4056086 or 15342530. OLE color: 15342530.
HSL color Cylindrical-coordinate representation of color #C21BEA: hue angle of 288.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21BEA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 27 | 234 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.08 |
| HSL | 288.41º | 0.83% | 0.51% | - |
| HSV(B) | 288.41º | 0.88% | 0.92% | - |
| XYZ | 37.49 | 18.19 | 79.38 | - |
| YUV | 100.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 234 | 0.17 | 0.88 | 0 | 0.08 | 288.41 | 0.83 | 0.51 |
| Hex | C2 | 1B | EA | 11 | 58 | 0 | 8 | 120 | 53 | 33 |
| Octal | 302 | 33 | 352 | 21 | 130 | 0 | 10 | 440 | 123 | 63 |
| Binary | 11000010 | 11011 | 11101010 | 10001 | 1011000 | 0 | 1000 | 100100000 | 1010011 | 110011 |
Color Harmonies of #C21BEA
Complementary color
Monochromatic Colors of #C21BEA
Black with #C21BEA
Text Example
Text Example
White with #C21BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BEA; }
p { color: rgb(194,27,234); }
H1.HeaderClassName
{
color: #C21BEA;
}
.AnyTagClassName
{
color: #C21BEA;
}
</style>
background-color css
<style>
a { background-color: #C21BEA; }
a { background-color: rgb(194,27,234); }
div.DivClassName
{
background-color: #C21BEA;
}
.BgClassName
{
background-color: #C21BEA;
}
</style>
border-color css
<style>
span { border-color: #C21BEA; }
span { border-color: rgb(194,27,234); }
td.TdClassName
{
border-color: #C21BEA;
}
.TagClassName
{
border-color: #C21BEA;
}
</style>