Shades of Electric Purple #C912F0
Tints of Electric Purple #C912F0
RGB
CMYK
RGB Variations
Color information
#C912F0 (or 0xC912F0) is known color: Electric Purple. HEX triplet: C9, 12 and F0. RGB value is (201,18,240). Sum of RGB (Red+Green+Blue) = 201+18+240=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #C912F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912F0 is #36ED0F. Grayscale: #616161. Windows color (decimal): -3599632 or 15733449. OLE color: 15733449.
HSL color Cylindrical-coordinate representation of color #C912F0: hue angle of 289.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C912F0 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 18 | 240 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.06 |
| HSL | 289.46º | 0.88% | 0.51% | - |
| HSV(B) | 289.46º | 0.93% | 0.94% | - |
| XYZ | 40.03 | 19.14 | 84.02 | - |
| YUV | 98.03 | 208.13 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 240 | 0.16 | 0.92 | 0 | 0.06 | 289.46 | 0.88 | 0.51 |
| Hex | C9 | 12 | F0 | 10 | 5C | 0 | 6 | 121 | 58 | 33 |
| Octal | 311 | 22 | 360 | 20 | 134 | 0 | 6 | 441 | 130 | 63 |
| Binary | 11001001 | 10010 | 11110000 | 10000 | 1011100 | 0 | 110 | 100100001 | 1011000 | 110011 |
Color Harmonies of #C912F0
Complementary color
Monochromatic Colors of #C912F0
Black with #C912F0
Text Example
Text Example
White with #C912F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912F0; }
p { color: rgb(201,18,240); }
H1.HeaderClassName
{
color: #C912F0;
}
.AnyTagClassName
{
color: #C912F0;
}
</style>
background-color css
<style>
a { background-color: #C912F0; }
a { background-color: rgb(201,18,240); }
div.DivClassName
{
background-color: #C912F0;
}
.BgClassName
{
background-color: #C912F0;
}
</style>
border-color css
<style>
span { border-color: #C912F0; }
span { border-color: rgb(201,18,240); }
td.TdClassName
{
border-color: #C912F0;
}
.TagClassName
{
border-color: #C912F0;
}
</style>