Shades of Electric Purple #C910F6
Tints of Electric Purple #C910F6
RGB
CMYK
RGB Variations
Color information
#C910F6 (or 0xC910F6) is known color: Electric Purple. HEX triplet: C9, 10 and F6. RGB value is (201,16,246). Sum of RGB (Red+Green+Blue) = 201+16+246=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #C910F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910F6 is #36EF09. Grayscale: #606060. Windows color (decimal): -3600138 or 16126153. OLE color: 16126153.
HSL color Cylindrical-coordinate representation of color #C910F6: hue angle of 288.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910F6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 16 | 246 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.04 |
| HSL | 288.26º | 0.93% | 0.51% | - |
| HSV(B) | 288.26º | 0.93% | 0.96% | - |
| XYZ | 40.91 | 19.44 | 88.79 | - |
| YUV | 97.54 | 211.79 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 246 | 0.18 | 0.93 | 0 | 0.04 | 288.26 | 0.93 | 0.51 |
| Hex | C9 | 10 | F6 | 12 | 5D | 0 | 4 | 120 | 5D | 33 |
| Octal | 311 | 20 | 366 | 22 | 135 | 0 | 4 | 440 | 135 | 63 |
| Binary | 11001001 | 10000 | 11110110 | 10010 | 1011101 | 0 | 100 | 100100000 | 1011101 | 110011 |
Color Harmonies of #C910F6
Complementary color
Monochromatic Colors of #C910F6
Black with #C910F6
Text Example
Text Example
White with #C910F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910F6; }
p { color: rgb(201,16,246); }
H1.HeaderClassName
{
color: #C910F6;
}
.AnyTagClassName
{
color: #C910F6;
}
</style>
background-color css
<style>
a { background-color: #C910F6; }
a { background-color: rgb(201,16,246); }
div.DivClassName
{
background-color: #C910F6;
}
.BgClassName
{
background-color: #C910F6;
}
</style>
border-color css
<style>
span { border-color: #C910F6; }
span { border-color: rgb(201,16,246); }
td.TdClassName
{
border-color: #C910F6;
}
.TagClassName
{
border-color: #C910F6;
}
</style>