Shades of Electric Purple #C915FB
Tints of Electric Purple #C915FB
RGB
CMYK
RGB Variations
Color information
#C915FB (or 0xC915FB) is known color: Electric Purple. HEX triplet: C9, 15 and FB. RGB value is (201,21,251). Sum of RGB (Red+Green+Blue) = 201+21+251=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C915FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915FB is #36EA04. Grayscale: #646464. Windows color (decimal): -3598853 or 16455113. OLE color: 16455113.
HSL color Cylindrical-coordinate representation of color #C915FB: hue angle of 286.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C915FB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 21 | 251 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.02 |
| HSL | 286.96º | 0.97% | 0.53% | - |
| HSV(B) | 286.96º | 0.92% | 0.98% | - |
| XYZ | 41.77 | 19.92 | 92.91 | - |
| YUV | 101.04 | 212.63 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 251 | 0.20 | 0.92 | 0 | 0.02 | 286.96 | 0.97 | 0.53 |
| Hex | C9 | 15 | FB | 14 | 5C | 0 | 2 | 11F | 61 | 35 |
| Octal | 311 | 25 | 373 | 24 | 134 | 0 | 2 | 437 | 141 | 65 |
| Binary | 11001001 | 10101 | 11111011 | 10100 | 1011100 | 0 | 10 | 100011111 | 1100001 | 110101 |
Color Harmonies of #C915FB
Complementary color
Monochromatic Colors of #C915FB
Black with #C915FB
Text Example
Text Example
White with #C915FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915FB; }
p { color: rgb(201,21,251); }
H1.HeaderClassName
{
color: #C915FB;
}
.AnyTagClassName
{
color: #C915FB;
}
</style>
background-color css
<style>
a { background-color: #C915FB; }
a { background-color: rgb(201,21,251); }
div.DivClassName
{
background-color: #C915FB;
}
.BgClassName
{
background-color: #C915FB;
}
</style>
border-color css
<style>
span { border-color: #C915FB; }
span { border-color: rgb(201,21,251); }
td.TdClassName
{
border-color: #C915FB;
}
.TagClassName
{
border-color: #C915FB;
}
</style>