Shades of Electric Purple #C019FD
Tints of Electric Purple #C019FD
RGB
CMYK
RGB Variations
Color information
#C019FD (or 0xC019FD) is known color: Electric Purple. HEX triplet: C0, 19 and FD. RGB value is (192,25,253). Sum of RGB (Red+Green+Blue) = 192+25+253=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #C019FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019FD is #3FE602. Grayscale: #646464. Windows color (decimal): -4187651 or 16587200. OLE color: 16587200.
HSL color Cylindrical-coordinate representation of color #C019FD: hue angle of 283.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019FD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 25 | 253 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.01 |
| HSL | 283.95º | 0.98% | 0.55% | - |
| HSV(B) | 283.95º | 0.9% | 0.99% | - |
| XYZ | 39.82 | 18.99 | 94.5 | - |
| YUV | 100.93 | 213.83 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 253 | 0.24 | 0.90 | 0 | 0.01 | 283.95 | 0.98 | 0.55 |
| Hex | C0 | 19 | FD | 18 | 5A | 0 | 1 | 11C | 62 | 37 |
| Octal | 300 | 31 | 375 | 30 | 132 | 0 | 1 | 434 | 142 | 67 |
| Binary | 11000000 | 11001 | 11111101 | 11000 | 1011010 | 0 | 1 | 100011100 | 1100010 | 110111 |
Color Harmonies of #C019FD
Complementary color
Monochromatic Colors of #C019FD
Black with #C019FD
Text Example
Text Example
White with #C019FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019FD; }
p { color: rgb(192,25,253); }
H1.HeaderClassName
{
color: #C019FD;
}
.AnyTagClassName
{
color: #C019FD;
}
</style>
background-color css
<style>
a { background-color: #C019FD; }
a { background-color: rgb(192,25,253); }
div.DivClassName
{
background-color: #C019FD;
}
.BgClassName
{
background-color: #C019FD;
}
</style>
border-color css
<style>
span { border-color: #C019FD; }
span { border-color: rgb(192,25,253); }
td.TdClassName
{
border-color: #C019FD;
}
.TagClassName
{
border-color: #C019FD;
}
</style>