Shades of Electric Purple #C219FB
Tints of Electric Purple #C219FB
RGB
CMYK
RGB Variations
Color information
#C219FB (or 0xC219FB) is known color: Electric Purple. HEX triplet: C2, 19 and FB. RGB value is (194,25,251). Sum of RGB (Red+Green+Blue) = 194+25+251=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C219FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219FB is #3DE604. Grayscale: #646464. Windows color (decimal): -4056581 or 16456130. OLE color: 16456130.
HSL color Cylindrical-coordinate representation of color #C219FB: hue angle of 284.87º degrees, saturation: 0.97, 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 #C219FB is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 25 | 251 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.02 |
| HSL | 284.87º | 0.97% | 0.54% | - |
| HSV(B) | 284.87º | 0.9% | 0.98% | - |
| XYZ | 40.01 | 19.13 | 92.85 | - |
| YUV | 101.3 | 212.49 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 251 | 0.23 | 0.90 | 0 | 0.02 | 284.87 | 0.97 | 0.54 |
| Hex | C2 | 19 | FB | 17 | 5A | 0 | 2 | 11D | 61 | 36 |
| Octal | 302 | 31 | 373 | 27 | 132 | 0 | 2 | 435 | 141 | 66 |
| Binary | 11000010 | 11001 | 11111011 | 10111 | 1011010 | 0 | 10 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C219FB
Complementary color
Monochromatic Colors of #C219FB
Black with #C219FB
Text Example
Text Example
White with #C219FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219FB; }
p { color: rgb(194,25,251); }
H1.HeaderClassName
{
color: #C219FB;
}
.AnyTagClassName
{
color: #C219FB;
}
</style>
background-color css
<style>
a { background-color: #C219FB; }
a { background-color: rgb(194,25,251); }
div.DivClassName
{
background-color: #C219FB;
}
.BgClassName
{
background-color: #C219FB;
}
</style>
border-color css
<style>
span { border-color: #C219FB; }
span { border-color: rgb(194,25,251); }
td.TdClassName
{
border-color: #C219FB;
}
.TagClassName
{
border-color: #C219FB;
}
</style>