Shades of Electric Purple #C912F1
Tints of Electric Purple #C912F1
RGB
CMYK
RGB Variations
Color information
#C912F1 (or 0xC912F1) is known color: Electric Purple. HEX triplet: C9, 12 and F1. RGB value is (201,18,241). Sum of RGB (Red+Green+Blue) = 201+18+241=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #C912F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912F1 is #36ED0E. Grayscale: #616161. Windows color (decimal): -3599631 or 15798985. OLE color: 15798985.
HSL color Cylindrical-coordinate representation of color #C912F1: hue angle of 289.24º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C912F1 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 18 | 241 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.05 |
| HSL | 289.24º | 0.89% | 0.51% | - |
| HSV(B) | 289.24º | 0.93% | 0.95% | - |
| XYZ | 40.18 | 19.2 | 84.81 | - |
| YUV | 98.14 | 208.63 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 241 | 0.17 | 0.93 | 0 | 0.05 | 289.24 | 0.89 | 0.51 |
| Hex | C9 | 12 | F1 | 11 | 5D | 0 | 5 | 121 | 59 | 33 |
| Octal | 311 | 22 | 361 | 21 | 135 | 0 | 5 | 441 | 131 | 63 |
| Binary | 11001001 | 10010 | 11110001 | 10001 | 1011101 | 0 | 101 | 100100001 | 1011001 | 110011 |
Color Harmonies of #C912F1
Complementary color
Monochromatic Colors of #C912F1
Black with #C912F1
Text Example
Text Example
White with #C912F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912F1; }
p { color: rgb(201,18,241); }
H1.HeaderClassName
{
color: #C912F1;
}
.AnyTagClassName
{
color: #C912F1;
}
</style>
background-color css
<style>
a { background-color: #C912F1; }
a { background-color: rgb(201,18,241); }
div.DivClassName
{
background-color: #C912F1;
}
.BgClassName
{
background-color: #C912F1;
}
</style>
border-color css
<style>
span { border-color: #C912F1; }
span { border-color: rgb(201,18,241); }
td.TdClassName
{
border-color: #C912F1;
}
.TagClassName
{
border-color: #C912F1;
}
</style>