Shades of Electric Purple #C21DFF
Tints of Electric Purple #C21DFF
RGB
CMYK
RGB Variations
Color information
#C21DFF (or 0xC21DFF) is known color: Electric Purple. HEX triplet: C2, 1D and FF. RGB value is (194,29,255). Sum of RGB (Red+Green+Blue) = 194+29+255=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C21DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DFF is #3DE200. Grayscale: #676767. Windows color (decimal): -4055553 or 16719298. OLE color: 16719298.
HSL color Cylindrical-coordinate representation of color #C21DFF: hue angle of 283.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21DFF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 29 | 255 | - |
| CMYK | 0.24 | 0.89 | 0 | 0 |
| HSL | 283.81º | 1% | 0.56% | - |
| HSV(B) | 283.81º | 0.89% | 1% | - |
| XYZ | 40.74 | 19.57 | 96.24 | - |
| YUV | 104.1 | 213.16 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 255 | 0.24 | 0.89 | 0 | 0 | 283.81 | 1 | 0.56 |
| Hex | C2 | 1D | FF | 18 | 59 | 0 | 0 | 11C | 64 | 38 |
| Octal | 302 | 35 | 377 | 30 | 131 | 0 | 0 | 434 | 144 | 70 |
| Binary | 11000010 | 11101 | 11111111 | 11000 | 1011001 | 0 | 0 | 100011100 | 1100100 | 111000 |
Color Harmonies of #C21DFF
Complementary color
Monochromatic Colors of #C21DFF
Black with #C21DFF
Text Example
Text Example
White with #C21DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DFF; }
p { color: rgb(194,29,255); }
H1.HeaderClassName
{
color: #C21DFF;
}
.AnyTagClassName
{
color: #C21DFF;
}
</style>
background-color css
<style>
a { background-color: #C21DFF; }
a { background-color: rgb(194,29,255); }
div.DivClassName
{
background-color: #C21DFF;
}
.BgClassName
{
background-color: #C21DFF;
}
</style>
border-color css
<style>
span { border-color: #C21DFF; }
span { border-color: rgb(194,29,255); }
td.TdClassName
{
border-color: #C21DFF;
}
.TagClassName
{
border-color: #C21DFF;
}
</style>