Shades of Electric Purple #C21AF8
Tints of Electric Purple #C21AF8
RGB
CMYK
RGB Variations
Color information
#C21AF8 (or 0xC21AF8) is known color: Electric Purple. HEX triplet: C2, 1A and F8. RGB value is (194,26,248). Sum of RGB (Red+Green+Blue) = 194+26+248=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #C21AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AF8 is #3DE507. Grayscale: #646464. Windows color (decimal): -4056328 or 16259778. OLE color: 16259778.
HSL color Cylindrical-coordinate representation of color #C21AF8: hue angle of 285.41º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AF8 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 26 | 248 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.03 |
| HSL | 285.41º | 0.94% | 0.54% | - |
| HSV(B) | 285.41º | 0.9% | 0.97% | - |
| XYZ | 39.56 | 18.99 | 90.39 | - |
| YUV | 101.54 | 210.66 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 248 | 0.22 | 0.90 | 0 | 0.03 | 285.41 | 0.94 | 0.54 |
| Hex | C2 | 1A | F8 | 16 | 5A | 0 | 3 | 11D | 5E | 36 |
| Octal | 302 | 32 | 370 | 26 | 132 | 0 | 3 | 435 | 136 | 66 |
| Binary | 11000010 | 11010 | 11111000 | 10110 | 1011010 | 0 | 11 | 100011101 | 1011110 | 110110 |
Color Harmonies of #C21AF8
Complementary color
Monochromatic Colors of #C21AF8
Black with #C21AF8
Text Example
Text Example
White with #C21AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AF8; }
p { color: rgb(194,26,248); }
H1.HeaderClassName
{
color: #C21AF8;
}
.AnyTagClassName
{
color: #C21AF8;
}
</style>
background-color css
<style>
a { background-color: #C21AF8; }
a { background-color: rgb(194,26,248); }
div.DivClassName
{
background-color: #C21AF8;
}
.BgClassName
{
background-color: #C21AF8;
}
</style>
border-color css
<style>
span { border-color: #C21AF8; }
span { border-color: rgb(194,26,248); }
td.TdClassName
{
border-color: #C21AF8;
}
.TagClassName
{
border-color: #C21AF8;
}
</style>