Shades of Electric Purple #C910FC
Tints of Electric Purple #C910FC
RGB
CMYK
RGB Variations
Color information
#C910FC (or 0xC910FC) is known color: Electric Purple. HEX triplet: C9, 10 and FC. RGB value is (201,16,252). Sum of RGB (Red+Green+Blue) = 201+16+252=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #C910FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910FC is #36EF03. Grayscale: #616161. Windows color (decimal): -3600132 or 16519369. OLE color: 16519369.
HSL color Cylindrical-coordinate representation of color #C910FC: hue angle of 287.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C910FC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 16 | 252 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.01 |
| HSL | 287.03º | 0.98% | 0.53% | - |
| HSV(B) | 287.03º | 0.94% | 0.99% | - |
| XYZ | 41.84 | 19.82 | 93.72 | - |
| YUV | 98.22 | 214.79 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 252 | 0.20 | 0.94 | 0 | 0.01 | 287.03 | 0.98 | 0.53 |
| Hex | C9 | 10 | FC | 14 | 5E | 0 | 1 | 11F | 62 | 35 |
| Octal | 311 | 20 | 374 | 24 | 136 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001001 | 10000 | 11111100 | 10100 | 1011110 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #C910FC
Complementary color
Monochromatic Colors of #C910FC
Black with #C910FC
Text Example
Text Example
White with #C910FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910FC; }
p { color: rgb(201,16,252); }
H1.HeaderClassName
{
color: #C910FC;
}
.AnyTagClassName
{
color: #C910FC;
}
</style>
background-color css
<style>
a { background-color: #C910FC; }
a { background-color: rgb(201,16,252); }
div.DivClassName
{
background-color: #C910FC;
}
.BgClassName
{
background-color: #C910FC;
}
</style>
border-color css
<style>
span { border-color: #C910FC; }
span { border-color: rgb(201,16,252); }
td.TdClassName
{
border-color: #C910FC;
}
.TagClassName
{
border-color: #C910FC;
}
</style>