Shades of Electric Purple #C70DF1
Tints of Electric Purple #C70DF1
RGB
CMYK
RGB Variations
Color information
#C70DF1 (or 0xC70DF1) is known color: Electric Purple. HEX triplet: C7, 0D and F1. RGB value is (199,13,241). Sum of RGB (Red+Green+Blue) = 199+13+241=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #C70DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70DF1 is #38F20E. Grayscale: #5D5D5D. Windows color (decimal): -3731983 or 15797703. OLE color: 15797703.
HSL color Cylindrical-coordinate representation of color #C70DF1: hue angle of 288.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70DF1 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 13 | 241 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.05 |
| HSL | 288.95º | 0.9% | 0.5% | - |
| HSV(B) | 288.95º | 0.95% | 0.95% | - |
| XYZ | 39.57 | 18.78 | 84.76 | - |
| YUV | 94.61 | 210.62 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 241 | 0.17 | 0.95 | 0 | 0.05 | 288.95 | 0.9 | 0.5 |
| Hex | C7 | D | F1 | 11 | 5F | 0 | 5 | 121 | 5A | 32 |
| Octal | 307 | 15 | 361 | 21 | 137 | 0 | 5 | 441 | 132 | 62 |
| Binary | 11000111 | 1101 | 11110001 | 10001 | 1011111 | 0 | 101 | 100100001 | 1011010 | 110010 |
Color Harmonies of #C70DF1
Complementary color
Monochromatic Colors of #C70DF1
Black with #C70DF1
Text Example
Text Example
White with #C70DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DF1; }
p { color: rgb(199,13,241); }
H1.HeaderClassName
{
color: #C70DF1;
}
.AnyTagClassName
{
color: #C70DF1;
}
</style>
background-color css
<style>
a { background-color: #C70DF1; }
a { background-color: rgb(199,13,241); }
div.DivClassName
{
background-color: #C70DF1;
}
.BgClassName
{
background-color: #C70DF1;
}
</style>
border-color css
<style>
span { border-color: #C70DF1; }
span { border-color: rgb(199,13,241); }
td.TdClassName
{
border-color: #C70DF1;
}
.TagClassName
{
border-color: #C70DF1;
}
</style>