Shades of Electric Purple #C21AFC
Tints of Electric Purple #C21AFC
RGB
CMYK
RGB Variations
Color information
#C21AFC (or 0xC21AFC) is known color: Electric Purple. HEX triplet: C2, 1A and FC. RGB value is (194,26,252). Sum of RGB (Red+Green+Blue) = 194+26+252=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C21AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AFC is #3DE503. Grayscale: #656565. Windows color (decimal): -4056324 or 16521922. OLE color: 16521922.
HSL color Cylindrical-coordinate representation of color #C21AFC: hue angle of 284.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AFC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 26 | 252 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.01 |
| HSL | 284.6º | 0.97% | 0.55% | - |
| HSV(B) | 284.6º | 0.9% | 0.99% | - |
| XYZ | 40.19 | 19.24 | 93.69 | - |
| YUV | 102 | 212.66 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 252 | 0.23 | 0.90 | 0 | 0.01 | 284.6 | 0.97 | 0.55 |
| Hex | C2 | 1A | FC | 17 | 5A | 0 | 1 | 11D | 61 | 37 |
| Octal | 302 | 32 | 374 | 27 | 132 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000010 | 11010 | 11111100 | 10111 | 1011010 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C21AFC
Complementary color
Monochromatic Colors of #C21AFC
Black with #C21AFC
Text Example
Text Example
White with #C21AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AFC; }
p { color: rgb(194,26,252); }
H1.HeaderClassName
{
color: #C21AFC;
}
.AnyTagClassName
{
color: #C21AFC;
}
</style>
background-color css
<style>
a { background-color: #C21AFC; }
a { background-color: rgb(194,26,252); }
div.DivClassName
{
background-color: #C21AFC;
}
.BgClassName
{
background-color: #C21AFC;
}
</style>
border-color css
<style>
span { border-color: #C21AFC; }
span { border-color: rgb(194,26,252); }
td.TdClassName
{
border-color: #C21AFC;
}
.TagClassName
{
border-color: #C21AFC;
}
</style>