Shades of Electric Purple #C70FFB
Tints of Electric Purple #C70FFB
RGB
CMYK
RGB Variations
Color information
#C70FFB (or 0xC70FFB) is known color: Electric Purple. HEX triplet: C7, 0F and FB. RGB value is (199,15,251). Sum of RGB (Red+Green+Blue) = 199+15+251=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #C70FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FFB is #38F004. Grayscale: #606060. Windows color (decimal): -3731461 or 16453575. OLE color: 16453575.
HSL color Cylindrical-coordinate representation of color #C70FFB: hue angle of 286.78º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70FFB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 15 | 251 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.02 |
| HSL | 286.78º | 0.97% | 0.52% | - |
| HSV(B) | 286.78º | 0.94% | 0.98% | - |
| XYZ | 41.14 | 19.45 | 92.85 | - |
| YUV | 96.92 | 214.96 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 251 | 0.21 | 0.94 | 0 | 0.02 | 286.78 | 0.97 | 0.52 |
| Hex | C7 | F | FB | 15 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 307 | 17 | 373 | 25 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11000111 | 1111 | 11111011 | 10101 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C70FFB
Complementary color
Monochromatic Colors of #C70FFB
Black with #C70FFB
Text Example
Text Example
White with #C70FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FFB; }
p { color: rgb(199,15,251); }
H1.HeaderClassName
{
color: #C70FFB;
}
.AnyTagClassName
{
color: #C70FFB;
}
</style>
background-color css
<style>
a { background-color: #C70FFB; }
a { background-color: rgb(199,15,251); }
div.DivClassName
{
background-color: #C70FFB;
}
.BgClassName
{
background-color: #C70FFB;
}
</style>
border-color css
<style>
span { border-color: #C70FFB; }
span { border-color: rgb(199,15,251); }
td.TdClassName
{
border-color: #C70FFB;
}
.TagClassName
{
border-color: #C70FFB;
}
</style>