Shades of Electric Purple #C914F6
Tints of Electric Purple #C914F6
RGB
CMYK
RGB Variations
Color information
#C914F6 (or 0xC914F6) is known color: Electric Purple. HEX triplet: C9, 14 and F6. RGB value is (201,20,246). Sum of RGB (Red+Green+Blue) = 201+20+246=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #C914F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914F6 is #36EB09. Grayscale: #636363. Windows color (decimal): -3599114 or 16127177. OLE color: 16127177.
HSL color Cylindrical-coordinate representation of color #C914F6: hue angle of 288.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C914F6 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 20 | 246 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.04 |
| HSL | 288.05º | 0.93% | 0.52% | - |
| HSV(B) | 288.05º | 0.92% | 0.96% | - |
| XYZ | 40.97 | 19.57 | 88.81 | - |
| YUV | 99.88 | 210.47 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 246 | 0.18 | 0.92 | 0 | 0.04 | 288.05 | 0.93 | 0.52 |
| Hex | C9 | 14 | F6 | 12 | 5C | 0 | 4 | 120 | 5D | 34 |
| Octal | 311 | 24 | 366 | 22 | 134 | 0 | 4 | 440 | 135 | 64 |
| Binary | 11001001 | 10100 | 11110110 | 10010 | 1011100 | 0 | 100 | 100100000 | 1011101 | 110100 |
Color Harmonies of #C914F6
Complementary color
Monochromatic Colors of #C914F6
Black with #C914F6
Text Example
Text Example
White with #C914F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914F6; }
p { color: rgb(201,20,246); }
H1.HeaderClassName
{
color: #C914F6;
}
.AnyTagClassName
{
color: #C914F6;
}
</style>
background-color css
<style>
a { background-color: #C914F6; }
a { background-color: rgb(201,20,246); }
div.DivClassName
{
background-color: #C914F6;
}
.BgClassName
{
background-color: #C914F6;
}
</style>
border-color css
<style>
span { border-color: #C914F6; }
span { border-color: rgb(201,20,246); }
td.TdClassName
{
border-color: #C914F6;
}
.TagClassName
{
border-color: #C914F6;
}
</style>