Shades of Electric Purple #C114FD
Tints of Electric Purple #C114FD
RGB
CMYK
RGB Variations
Color information
#C114FD (or 0xC114FD) is known color: Electric Purple. HEX triplet: C1, 14 and FD. RGB value is (193,20,253). Sum of RGB (Red+Green+Blue) = 193+20+253=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #C114FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114FD is #3EEB02. Grayscale: #616161. Windows color (decimal): -4123395 or 16585921. OLE color: 16585921.
HSL color Cylindrical-coordinate representation of color #C114FD: hue angle of 284.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C114FD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 20 | 253 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.01 |
| HSL | 284.55º | 0.98% | 0.54% | - |
| HSV(B) | 284.55º | 0.92% | 0.99% | - |
| XYZ | 39.97 | 18.93 | 94.48 | - |
| YUV | 98.29 | 215.31 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 253 | 0.24 | 0.92 | 0 | 0.01 | 284.55 | 0.98 | 0.54 |
| Hex | C1 | 14 | FD | 18 | 5C | 0 | 1 | 11D | 62 | 36 |
| Octal | 301 | 24 | 375 | 30 | 134 | 0 | 1 | 435 | 142 | 66 |
| Binary | 11000001 | 10100 | 11111101 | 11000 | 1011100 | 0 | 1 | 100011101 | 1100010 | 110110 |
Color Harmonies of #C114FD
Complementary color
Monochromatic Colors of #C114FD
Black with #C114FD
Text Example
Text Example
White with #C114FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114FD; }
p { color: rgb(193,20,253); }
H1.HeaderClassName
{
color: #C114FD;
}
.AnyTagClassName
{
color: #C114FD;
}
</style>
background-color css
<style>
a { background-color: #C114FD; }
a { background-color: rgb(193,20,253); }
div.DivClassName
{
background-color: #C114FD;
}
.BgClassName
{
background-color: #C114FD;
}
</style>
border-color css
<style>
span { border-color: #C114FD; }
span { border-color: rgb(193,20,253); }
td.TdClassName
{
border-color: #C114FD;
}
.TagClassName
{
border-color: #C114FD;
}
</style>