Shades of Electric Purple #C11AFD
Tints of Electric Purple #C11AFD
RGB
CMYK
RGB Variations
Color information
#C11AFD (or 0xC11AFD) is known color: Electric Purple. HEX triplet: C1, 1A and FD. RGB value is (193,26,253). Sum of RGB (Red+Green+Blue) = 193+26+253=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C11AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AFD is #3EE502. Grayscale: #656565. Windows color (decimal): -4121859 or 16587457. OLE color: 16587457.
HSL color Cylindrical-coordinate representation of color #C11AFD: hue angle of 284.14º 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 #C11AFD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 26 | 253 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.01 |
| HSL | 284.14º | 0.98% | 0.55% | - |
| HSV(B) | 284.14º | 0.9% | 0.99% | - |
| XYZ | 40.09 | 19.17 | 94.52 | - |
| YUV | 101.81 | 213.33 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 253 | 0.24 | 0.90 | 0 | 0.01 | 284.14 | 0.98 | 0.55 |
| Hex | C1 | 1A | FD | 18 | 5A | 0 | 1 | 11C | 62 | 37 |
| Octal | 301 | 32 | 375 | 30 | 132 | 0 | 1 | 434 | 142 | 67 |
| Binary | 11000001 | 11010 | 11111101 | 11000 | 1011010 | 0 | 1 | 100011100 | 1100010 | 110111 |
Color Harmonies of #C11AFD
Complementary color
Monochromatic Colors of #C11AFD
Black with #C11AFD
Text Example
Text Example
White with #C11AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11AFD; }
p { color: rgb(193,26,253); }
H1.HeaderClassName
{
color: #C11AFD;
}
.AnyTagClassName
{
color: #C11AFD;
}
</style>
background-color css
<style>
a { background-color: #C11AFD; }
a { background-color: rgb(193,26,253); }
div.DivClassName
{
background-color: #C11AFD;
}
.BgClassName
{
background-color: #C11AFD;
}
</style>
border-color css
<style>
span { border-color: #C11AFD; }
span { border-color: rgb(193,26,253); }
td.TdClassName
{
border-color: #C11AFD;
}
.TagClassName
{
border-color: #C11AFD;
}
</style>