Shades of Electric Purple #C21BFA
Tints of Electric Purple #C21BFA
RGB
CMYK
RGB Variations
Color information
#C21BFA (or 0xC21BFA) is known color: Electric Purple. HEX triplet: C2, 1B and FA. RGB value is (194,27,250). Sum of RGB (Red+Green+Blue) = 194+27+250=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C21BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BFA is #3DE405. Grayscale: #656565. Windows color (decimal): -4056070 or 16391106. OLE color: 16391106.
HSL color Cylindrical-coordinate representation of color #C21BFA: hue angle of 284.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21BFA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 27 | 250 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.02 |
| HSL | 284.93º | 0.96% | 0.54% | - |
| HSV(B) | 284.93º | 0.89% | 0.98% | - |
| XYZ | 39.9 | 19.16 | 92.04 | - |
| YUV | 102.36 | 211.33 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 250 | 0.22 | 0.89 | 0 | 0.02 | 284.93 | 0.96 | 0.54 |
| Hex | C2 | 1B | FA | 16 | 59 | 0 | 2 | 11D | 60 | 36 |
| Octal | 302 | 33 | 372 | 26 | 131 | 0 | 2 | 435 | 140 | 66 |
| Binary | 11000010 | 11011 | 11111010 | 10110 | 1011001 | 0 | 10 | 100011101 | 1100000 | 110110 |
Color Harmonies of #C21BFA
Complementary color
Monochromatic Colors of #C21BFA
Black with #C21BFA
Text Example
Text Example
White with #C21BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BFA; }
p { color: rgb(194,27,250); }
H1.HeaderClassName
{
color: #C21BFA;
}
.AnyTagClassName
{
color: #C21BFA;
}
</style>
background-color css
<style>
a { background-color: #C21BFA; }
a { background-color: rgb(194,27,250); }
div.DivClassName
{
background-color: #C21BFA;
}
.BgClassName
{
background-color: #C21BFA;
}
</style>
border-color css
<style>
span { border-color: #C21BFA; }
span { border-color: rgb(194,27,250); }
td.TdClassName
{
border-color: #C21BFA;
}
.TagClassName
{
border-color: #C21BFA;
}
</style>