Shades of Electric Purple #C50CFD
Tints of Electric Purple #C50CFD
RGB
CMYK
RGB Variations
Color information
#C50CFD (or 0xC50CFD) is known color: Electric Purple. HEX triplet: C5, 0C and FD. RGB value is (197,12,253). Sum of RGB (Red+Green+Blue) = 197+12+253=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #C50CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CFD is #3AF302. Grayscale: #5E5E5E. Windows color (decimal): -3863299 or 16583877. OLE color: 16583877.
HSL color Cylindrical-coordinate representation of color #C50CFD: hue angle of 286.06º 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 #C50CFD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 12 | 253 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.01 |
| HSL | 286.06º | 0.98% | 0.52% | - |
| HSV(B) | 286.06º | 0.95% | 0.99% | - |
| XYZ | 40.89 | 19.23 | 94.48 | - |
| YUV | 94.79 | 217.29 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 253 | 0.22 | 0.95 | 0 | 0.01 | 286.06 | 0.98 | 0.52 |
| Hex | C5 | C | FD | 16 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 305 | 14 | 375 | 26 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000101 | 1100 | 11111101 | 10110 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C50CFD
Complementary color
Monochromatic Colors of #C50CFD
Black with #C50CFD
Text Example
Text Example
White with #C50CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CFD; }
p { color: rgb(197,12,253); }
H1.HeaderClassName
{
color: #C50CFD;
}
.AnyTagClassName
{
color: #C50CFD;
}
</style>
background-color css
<style>
a { background-color: #C50CFD; }
a { background-color: rgb(197,12,253); }
div.DivClassName
{
background-color: #C50CFD;
}
.BgClassName
{
background-color: #C50CFD;
}
</style>
border-color css
<style>
span { border-color: #C50CFD; }
span { border-color: rgb(197,12,253); }
td.TdClassName
{
border-color: #C50CFD;
}
.TagClassName
{
border-color: #C50CFD;
}
</style>