Shades of Electric Purple #C21CE5
Tints of Electric Purple #C21CE5
RGB
CMYK
RGB Variations
Color information
#C21CE5 (or 0xC21CE5) is known color: Electric Purple. HEX triplet: C2, 1C and E5. RGB value is (194,28,229). Sum of RGB (Red+Green+Blue) = 194+28+229=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #C21CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CE5 is #3DE31A. Grayscale: #636363. Windows color (decimal): -4055835 or 15015106. OLE color: 15015106.
HSL color Cylindrical-coordinate representation of color #C21CE5: hue angle of 289.55º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21CE5 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 28 | 229 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.10 |
| HSL | 289.55º | 0.79% | 0.5% | - |
| HSV(B) | 289.55º | 0.88% | 0.9% | - |
| XYZ | 36.81 | 17.96 | 75.65 | - |
| YUV | 100.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 229 | 0.15 | 0.88 | 0 | 0.10 | 289.55 | 0.79 | 0.5 |
| Hex | C2 | 1C | E5 | F | 58 | 0 | A | 122 | 4F | 32 |
| Octal | 302 | 34 | 345 | 17 | 130 | 0 | 12 | 442 | 117 | 62 |
| Binary | 11000010 | 11100 | 11100101 | 1111 | 1011000 | 0 | 1010 | 100100010 | 1001111 | 110010 |
Color Harmonies of #C21CE5
Complementary color
Monochromatic Colors of #C21CE5
Black with #C21CE5
Text Example
Text Example
White with #C21CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CE5; }
p { color: rgb(194,28,229); }
H1.HeaderClassName
{
color: #C21CE5;
}
.AnyTagClassName
{
color: #C21CE5;
}
</style>
background-color css
<style>
a { background-color: #C21CE5; }
a { background-color: rgb(194,28,229); }
div.DivClassName
{
background-color: #C21CE5;
}
.BgClassName
{
background-color: #C21CE5;
}
</style>
border-color css
<style>
span { border-color: #C21CE5; }
span { border-color: rgb(194,28,229); }
td.TdClassName
{
border-color: #C21CE5;
}
.TagClassName
{
border-color: #C21CE5;
}
</style>