Shades of Electric Purple #C70CFB
Tints of Electric Purple #C70CFB
RGB
CMYK
RGB Variations
Color information
#C70CFB (or 0xC70CFB) is known color: Electric Purple. HEX triplet: C7, 0C and FB. RGB value is (199,12,251). Sum of RGB (Red+Green+Blue) = 199+12+251=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #C70CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CFB is #38F304. Grayscale: #5E5E5E. Windows color (decimal): -3732229 or 16452807. OLE color: 16452807.
HSL color Cylindrical-coordinate representation of color #C70CFB: hue angle of 286.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CFB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 12 | 251 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.02 |
| HSL | 286.95º | 0.97% | 0.52% | - |
| HSV(B) | 286.95º | 0.95% | 0.98% | - |
| XYZ | 41.1 | 19.37 | 92.84 | - |
| YUV | 95.16 | 215.95 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 251 | 0.21 | 0.95 | 0 | 0.02 | 286.95 | 0.97 | 0.52 |
| Hex | C7 | C | FB | 15 | 5F | 0 | 2 | 11F | 61 | 34 |
| Octal | 307 | 14 | 373 | 25 | 137 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11000111 | 1100 | 11111011 | 10101 | 1011111 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C70CFB
Complementary color
Monochromatic Colors of #C70CFB
Black with #C70CFB
Text Example
Text Example
White with #C70CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CFB; }
p { color: rgb(199,12,251); }
H1.HeaderClassName
{
color: #C70CFB;
}
.AnyTagClassName
{
color: #C70CFB;
}
</style>
background-color css
<style>
a { background-color: #C70CFB; }
a { background-color: rgb(199,12,251); }
div.DivClassName
{
background-color: #C70CFB;
}
.BgClassName
{
background-color: #C70CFB;
}
</style>
border-color css
<style>
span { border-color: #C70CFB; }
span { border-color: rgb(199,12,251); }
td.TdClassName
{
border-color: #C70CFB;
}
.TagClassName
{
border-color: #C70CFB;
}
</style>