Shades of Electric Purple #C70CFD
Tints of Electric Purple #C70CFD
RGB
CMYK
RGB Variations
Color information
#C70CFD (or 0xC70CFD) is known color: Electric Purple. HEX triplet: C7, 0C and FD. RGB value is (199,12,253). Sum of RGB (Red+Green+Blue) = 199+12+253=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C70CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CFD is #38F302. Grayscale: #5E5E5E. Windows color (decimal): -3732227 or 16583879. OLE color: 16583879.
HSL color Cylindrical-coordinate representation of color #C70CFD: hue angle of 286.56º 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 #C70CFD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 12 | 253 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.01 |
| HSL | 286.56º | 0.98% | 0.52% | - |
| HSV(B) | 286.56º | 0.95% | 0.99% | - |
| XYZ | 41.41 | 19.5 | 94.51 | - |
| YUV | 95.39 | 216.95 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 253 | 0.21 | 0.95 | 0 | 0.01 | 286.56 | 0.98 | 0.52 |
| Hex | C7 | C | FD | 15 | 5F | 0 | 1 | 11F | 62 | 34 |
| Octal | 307 | 14 | 375 | 25 | 137 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11000111 | 1100 | 11111101 | 10101 | 1011111 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #C70CFD
Complementary color
Monochromatic Colors of #C70CFD
Black with #C70CFD
Text Example
Text Example
White with #C70CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CFD; }
p { color: rgb(199,12,253); }
H1.HeaderClassName
{
color: #C70CFD;
}
.AnyTagClassName
{
color: #C70CFD;
}
</style>
background-color css
<style>
a { background-color: #C70CFD; }
a { background-color: rgb(199,12,253); }
div.DivClassName
{
background-color: #C70CFD;
}
.BgClassName
{
background-color: #C70CFD;
}
</style>
border-color css
<style>
span { border-color: #C70CFD; }
span { border-color: rgb(199,12,253); }
td.TdClassName
{
border-color: #C70CFD;
}
.TagClassName
{
border-color: #C70CFD;
}
</style>