Shades of Electric Purple #C512FF
Tints of Electric Purple #C512FF
RGB
CMYK
RGB Variations
Color information
#C512FF (or 0xC512FF) is known color: Electric Purple. HEX triplet: C5, 12 and FF. RGB value is (197,18,255). Sum of RGB (Red+Green+Blue) = 197+18+255=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C512FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512FF is #3AED00. Grayscale: #616161. Windows color (decimal): -3861761 or 16716485. OLE color: 16716485.
HSL color Cylindrical-coordinate representation of color #C512FF: hue angle of 285.32º 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 #C512FF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 18 | 255 | - |
| CMYK | 0.23 | 0.93 | 0 | 0 |
| HSL | 285.32º | 1% | 0.54% | - |
| HSV(B) | 285.32º | 0.93% | 1% | - |
| XYZ | 41.29 | 19.52 | 96.2 | - |
| YUV | 98.54 | 216.3 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 255 | 0.23 | 0.93 | 0 | 0 | 285.32 | 1 | 0.54 |
| Hex | C5 | 12 | FF | 17 | 5D | 0 | 0 | 11D | 64 | 36 |
| Octal | 305 | 22 | 377 | 27 | 135 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000101 | 10010 | 11111111 | 10111 | 1011101 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C512FF
Complementary color
Monochromatic Colors of #C512FF
Black with #C512FF
Text Example
Text Example
White with #C512FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512FF; }
p { color: rgb(197,18,255); }
H1.HeaderClassName
{
color: #C512FF;
}
.AnyTagClassName
{
color: #C512FF;
}
</style>
background-color css
<style>
a { background-color: #C512FF; }
a { background-color: rgb(197,18,255); }
div.DivClassName
{
background-color: #C512FF;
}
.BgClassName
{
background-color: #C512FF;
}
</style>
border-color css
<style>
span { border-color: #C512FF; }
span { border-color: rgb(197,18,255); }
td.TdClassName
{
border-color: #C512FF;
}
.TagClassName
{
border-color: #C512FF;
}
</style>