Shades of Electric Purple #C913FF
Tints of Electric Purple #C913FF
RGB
CMYK
RGB Variations
Color information
#C913FF (or 0xC913FF) is known color: Electric Purple. HEX triplet: C9, 13 and FF. RGB value is (201,19,255). Sum of RGB (Red+Green+Blue) = 201+19+255=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C913FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913FF is #36EC00. Grayscale: #636363. Windows color (decimal): -3599361 or 16716745. OLE color: 16716745.
HSL color Cylindrical-coordinate representation of color #C913FF: hue angle of 286.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C913FF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 19 | 255 | - |
| CMYK | 0.21 | 0.93 | 0 | 0 |
| HSL | 286.27º | 1% | 0.54% | - |
| HSV(B) | 286.27º | 0.93% | 1% | - |
| XYZ | 42.37 | 20.1 | 96.25 | - |
| YUV | 100.32 | 215.3 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 255 | 0.21 | 0.93 | 0 | 0 | 286.27 | 1 | 0.54 |
| Hex | C9 | 13 | FF | 15 | 5D | 0 | 0 | 11E | 64 | 36 |
| Octal | 311 | 23 | 377 | 25 | 135 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11001001 | 10011 | 11111111 | 10101 | 1011101 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #C913FF
Complementary color
Monochromatic Colors of #C913FF
Black with #C913FF
Text Example
Text Example
White with #C913FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913FF; }
p { color: rgb(201,19,255); }
H1.HeaderClassName
{
color: #C913FF;
}
.AnyTagClassName
{
color: #C913FF;
}
</style>
background-color css
<style>
a { background-color: #C913FF; }
a { background-color: rgb(201,19,255); }
div.DivClassName
{
background-color: #C913FF;
}
.BgClassName
{
background-color: #C913FF;
}
</style>
border-color css
<style>
span { border-color: #C913FF; }
span { border-color: rgb(201,19,255); }
td.TdClassName
{
border-color: #C913FF;
}
.TagClassName
{
border-color: #C913FF;
}
</style>