Shades of Electric Purple #C911F7
Tints of Electric Purple #C911F7
RGB
CMYK
RGB Variations
Color information
#C911F7 (or 0xC911F7) is known color: Electric Purple. HEX triplet: C9, 11 and F7. RGB value is (201,17,247). Sum of RGB (Red+Green+Blue) = 201+17+247=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #C911F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911F7 is #36EE08. Grayscale: #616161. Windows color (decimal): -3599881 or 16191945. OLE color: 16191945.
HSL color Cylindrical-coordinate representation of color #C911F7: hue angle of 288º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911F7 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 201 | 17 | 247 | - |
CMYK | 0.19 | 0.93 | 0 | 0.03 |
HSL | 288º | 0.93% | 0.52% | - |
HSV(B) | 288º | 0.93% | 0.97% | - |
XYZ | 41.08 | 19.53 | 89.6 | - |
YUV | 98.24 | 211.96 | 201.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 17 | 247 | 0.19 | 0.93 | 0 | 0.03 | 288 | 0.93 | 0.52 |
Hex | C9 | 11 | F7 | 13 | 5D | 0 | 3 | 120 | 5D | 34 |
Octal | 311 | 21 | 367 | 23 | 135 | 0 | 3 | 440 | 135 | 64 |
Binary | 11001001 | 10001 | 11110111 | 10011 | 1011101 | 0 | 11 | 100100000 | 1011101 | 110100 |
Color Harmonies of #C911F7
Complementary color
Monochromatic Colors of #C911F7
Black with #C911F7
Text Example
Text Example
White with #C911F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911F7; }
p { color: rgb(201,17,247); }
H1.HeaderClassName
{
color: #C911F7;
}
.AnyTagClassName
{
color: #C911F7;
}
</style>
background-color css
<style>
a { background-color: #C911F7; }
a { background-color: rgb(201,17,247); }
div.DivClassName
{
background-color: #C911F7;
}
.BgClassName
{
background-color: #C911F7;
}
</style>
border-color css
<style>
span { border-color: #C911F7; }
span { border-color: rgb(201,17,247); }
td.TdClassName
{
border-color: #C911F7;
}
.TagClassName
{
border-color: #C911F7;
}
</style>