Shades of Electric Purple #C910F0
Tints of Electric Purple #C910F0
RGB
CMYK
RGB Variations
Color information
#C910F0 (or 0xC910F0) is known color: Electric Purple. HEX triplet: C9, 10 and F0. RGB value is (201,16,240). Sum of RGB (Red+Green+Blue) = 201+16+240=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #C910F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910F0 is #36EF0F. Grayscale: #606060. Windows color (decimal): -3600144 or 15732937. OLE color: 15732937.
HSL color Cylindrical-coordinate representation of color #C910F0: hue angle of 289.55º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910F0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 16 | 240 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.06 |
| HSL | 289.55º | 0.88% | 0.5% | - |
| HSV(B) | 289.55º | 0.93% | 0.94% | - |
| XYZ | 40 | 19.08 | 84.01 | - |
| YUV | 96.85 | 208.79 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 240 | 0.16 | 0.93 | 0 | 0.06 | 289.55 | 0.88 | 0.5 |
| Hex | C9 | 10 | F0 | 10 | 5D | 0 | 6 | 122 | 58 | 32 |
| Octal | 311 | 20 | 360 | 20 | 135 | 0 | 6 | 442 | 130 | 62 |
| Binary | 11001001 | 10000 | 11110000 | 10000 | 1011101 | 0 | 110 | 100100010 | 1011000 | 110010 |
Color Harmonies of #C910F0
Complementary color
Monochromatic Colors of #C910F0
Black with #C910F0
Text Example
Text Example
White with #C910F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910F0; }
p { color: rgb(201,16,240); }
H1.HeaderClassName
{
color: #C910F0;
}
.AnyTagClassName
{
color: #C910F0;
}
</style>
background-color css
<style>
a { background-color: #C910F0; }
a { background-color: rgb(201,16,240); }
div.DivClassName
{
background-color: #C910F0;
}
.BgClassName
{
background-color: #C910F0;
}
</style>
border-color css
<style>
span { border-color: #C910F0; }
span { border-color: rgb(201,16,240); }
td.TdClassName
{
border-color: #C910F0;
}
.TagClassName
{
border-color: #C910F0;
}
</style>