Shades of Electric Purple #C911FD
Tints of Electric Purple #C911FD
RGB
CMYK
RGB Variations
Color information
#C911FD (or 0xC911FD) is known color: Electric Purple. HEX triplet: C9, 11 and FD. RGB value is (201,17,253). Sum of RGB (Red+Green+Blue) = 201+17+253=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #C911FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911FD is #36EE02. Grayscale: #626262. Windows color (decimal): -3599875 or 16585161. OLE color: 16585161.
HSL color Cylindrical-coordinate representation of color #C911FD: hue angle of 286.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911FD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 17 | 253 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.01 |
| HSL | 286.78º | 0.98% | 0.53% | - |
| HSV(B) | 286.78º | 0.93% | 0.99% | - |
| XYZ | 42.02 | 19.91 | 94.56 | - |
| YUV | 98.92 | 214.96 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 253 | 0.21 | 0.93 | 0 | 0.01 | 286.78 | 0.98 | 0.53 |
| Hex | C9 | 11 | FD | 15 | 5D | 0 | 1 | 11F | 62 | 35 |
| Octal | 311 | 21 | 375 | 25 | 135 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001001 | 10001 | 11111101 | 10101 | 1011101 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #C911FD
Complementary color
Monochromatic Colors of #C911FD
Black with #C911FD
Text Example
Text Example
White with #C911FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911FD; }
p { color: rgb(201,17,253); }
H1.HeaderClassName
{
color: #C911FD;
}
.AnyTagClassName
{
color: #C911FD;
}
</style>
background-color css
<style>
a { background-color: #C911FD; }
a { background-color: rgb(201,17,253); }
div.DivClassName
{
background-color: #C911FD;
}
.BgClassName
{
background-color: #C911FD;
}
</style>
border-color css
<style>
span { border-color: #C911FD; }
span { border-color: rgb(201,17,253); }
td.TdClassName
{
border-color: #C911FD;
}
.TagClassName
{
border-color: #C911FD;
}
</style>