Shades of Electric Purple #C50CFC
Tints of Electric Purple #C50CFC
RGB
CMYK
RGB Variations
Color information
#C50CFC (or 0xC50CFC) is known color: Electric Purple. HEX triplet: C5, 0C and FC. RGB value is (197,12,252). Sum of RGB (Red+Green+Blue) = 197+12+252=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C50CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CFC is #3AF303. Grayscale: #5D5D5D. Windows color (decimal): -3863300 or 16518341. OLE color: 16518341.
HSL color Cylindrical-coordinate representation of color #C50CFC: hue angle of 286.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CFC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 12 | 252 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.01 |
| HSL | 286.25º | 0.98% | 0.52% | - |
| HSV(B) | 286.25º | 0.95% | 0.99% | - |
| XYZ | 40.73 | 19.16 | 93.65 | - |
| YUV | 94.68 | 216.79 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 252 | 0.22 | 0.95 | 0 | 0.01 | 286.25 | 0.98 | 0.52 |
| Hex | C5 | C | FC | 16 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 305 | 14 | 374 | 26 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000101 | 1100 | 11111100 | 10110 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C50CFC
Complementary color
Monochromatic Colors of #C50CFC
Black with #C50CFC
Text Example
Text Example
White with #C50CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CFC; }
p { color: rgb(197,12,252); }
H1.HeaderClassName
{
color: #C50CFC;
}
.AnyTagClassName
{
color: #C50CFC;
}
</style>
background-color css
<style>
a { background-color: #C50CFC; }
a { background-color: rgb(197,12,252); }
div.DivClassName
{
background-color: #C50CFC;
}
.BgClassName
{
background-color: #C50CFC;
}
</style>
border-color css
<style>
span { border-color: #C50CFC; }
span { border-color: rgb(197,12,252); }
td.TdClassName
{
border-color: #C50CFC;
}
.TagClassName
{
border-color: #C50CFC;
}
</style>