Shades of Electric Purple #C21CFD
Tints of Electric Purple #C21CFD
RGB
CMYK
RGB Variations
Color information
#C21CFD (or 0xC21CFD) is known color: Electric Purple. HEX triplet: C2, 1C and FD. RGB value is (194,28,253). Sum of RGB (Red+Green+Blue) = 194+28+253=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #C21CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CFD is #3DE302. Grayscale: #666666. Windows color (decimal): -4055811 or 16587970. OLE color: 16587970.
HSL color Cylindrical-coordinate representation of color #C21CFD: hue angle of 284.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21CFD is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 28 | 253 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.01 |
| HSL | 284.27º | 0.98% | 0.55% | - |
| HSV(B) | 284.27º | 0.89% | 0.99% | - |
| XYZ | 40.39 | 19.39 | 94.54 | - |
| YUV | 103.28 | 212.5 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 253 | 0.23 | 0.89 | 0 | 0.01 | 284.27 | 0.98 | 0.55 |
| Hex | C2 | 1C | FD | 17 | 59 | 0 | 1 | 11C | 62 | 37 |
| Octal | 302 | 34 | 375 | 27 | 131 | 0 | 1 | 434 | 142 | 67 |
| Binary | 11000010 | 11100 | 11111101 | 10111 | 1011001 | 0 | 1 | 100011100 | 1100010 | 110111 |
Color Harmonies of #C21CFD
Complementary color
Monochromatic Colors of #C21CFD
Black with #C21CFD
Text Example
Text Example
White with #C21CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CFD; }
p { color: rgb(194,28,253); }
H1.HeaderClassName
{
color: #C21CFD;
}
.AnyTagClassName
{
color: #C21CFD;
}
</style>
background-color css
<style>
a { background-color: #C21CFD; }
a { background-color: rgb(194,28,253); }
div.DivClassName
{
background-color: #C21CFD;
}
.BgClassName
{
background-color: #C21CFD;
}
</style>
border-color css
<style>
span { border-color: #C21CFD; }
span { border-color: rgb(194,28,253); }
td.TdClassName
{
border-color: #C21CFD;
}
.TagClassName
{
border-color: #C21CFD;
}
</style>