Shades of Electric Purple #C21AF9
Tints of Electric Purple #C21AF9
RGB
CMYK
RGB Variations
Color information
#C21AF9 (or 0xC21AF9) is known color: Electric Purple. HEX triplet: C2, 1A and F9. RGB value is (194,26,249). Sum of RGB (Red+Green+Blue) = 194+26+249=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #C21AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AF9 is #3DE506. Grayscale: #646464. Windows color (decimal): -4056327 or 16325314. OLE color: 16325314.
HSL color Cylindrical-coordinate representation of color #C21AF9: hue angle of 285.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AF9 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 26 | 249 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.02 |
| HSL | 285.2º | 0.95% | 0.54% | - |
| HSV(B) | 285.2º | 0.9% | 0.98% | - |
| XYZ | 39.72 | 19.05 | 91.21 | - |
| YUV | 101.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 249 | 0.22 | 0.90 | 0 | 0.02 | 285.2 | 0.95 | 0.54 |
| Hex | C2 | 1A | F9 | 16 | 5A | 0 | 2 | 11D | 5F | 36 |
| Octal | 302 | 32 | 371 | 26 | 132 | 0 | 2 | 435 | 137 | 66 |
| Binary | 11000010 | 11010 | 11111001 | 10110 | 1011010 | 0 | 10 | 100011101 | 1011111 | 110110 |
Color Harmonies of #C21AF9
Complementary color
Monochromatic Colors of #C21AF9
Black with #C21AF9
Text Example
Text Example
White with #C21AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AF9; }
p { color: rgb(194,26,249); }
H1.HeaderClassName
{
color: #C21AF9;
}
.AnyTagClassName
{
color: #C21AF9;
}
</style>
background-color css
<style>
a { background-color: #C21AF9; }
a { background-color: rgb(194,26,249); }
div.DivClassName
{
background-color: #C21AF9;
}
.BgClassName
{
background-color: #C21AF9;
}
</style>
border-color css
<style>
span { border-color: #C21AF9; }
span { border-color: rgb(194,26,249); }
td.TdClassName
{
border-color: #C21AF9;
}
.TagClassName
{
border-color: #C21AF9;
}
</style>