Shades of Electric Purple #C219FF
Tints of Electric Purple #C219FF
RGB
CMYK
RGB Variations
Color information
#C219FF (or 0xC219FF) is known color: Electric Purple. HEX triplet: C2, 19 and FF. RGB value is (194,25,255). Sum of RGB (Red+Green+Blue) = 194+25+255=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C219FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219FF is #3DE600. Grayscale: #646464. Windows color (decimal): -4056577 or 16718274. OLE color: 16718274.
HSL color Cylindrical-coordinate representation of color #C219FF: hue angle of 284.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C219FF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 25 | 255 | - |
| CMYK | 0.24 | 0.90 | 0 | 0 |
| HSL | 284.09º | 1% | 0.55% | - |
| HSV(B) | 284.09º | 0.9% | 1% | - |
| XYZ | 40.65 | 19.38 | 96.21 | - |
| YUV | 101.75 | 214.49 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 255 | 0.24 | 0.90 | 0 | 0 | 284.09 | 1 | 0.55 |
| Hex | C2 | 19 | FF | 18 | 5A | 0 | 0 | 11C | 64 | 37 |
| Octal | 302 | 31 | 377 | 30 | 132 | 0 | 0 | 434 | 144 | 67 |
| Binary | 11000010 | 11001 | 11111111 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100100 | 110111 |
Color Harmonies of #C219FF
Complementary color
Monochromatic Colors of #C219FF
Black with #C219FF
Text Example
Text Example
White with #C219FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219FF; }
p { color: rgb(194,25,255); }
H1.HeaderClassName
{
color: #C219FF;
}
.AnyTagClassName
{
color: #C219FF;
}
</style>
background-color css
<style>
a { background-color: #C219FF; }
a { background-color: rgb(194,25,255); }
div.DivClassName
{
background-color: #C219FF;
}
.BgClassName
{
background-color: #C219FF;
}
</style>
border-color css
<style>
span { border-color: #C219FF; }
span { border-color: rgb(194,25,255); }
td.TdClassName
{
border-color: #C219FF;
}
.TagClassName
{
border-color: #C219FF;
}
</style>