Shades of Electric Purple #C714FB
Tints of Electric Purple #C714FB
RGB
CMYK
RGB Variations
Color information
#C714FB (or 0xC714FB) is known color: Electric Purple. HEX triplet: C7, 14 and FB. RGB value is (199,20,251). Sum of RGB (Red+Green+Blue) = 199+20+251=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C714FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714FB is #38EB04. Grayscale: #636363. Windows color (decimal): -3730181 or 16454855. OLE color: 16454855.
HSL color Cylindrical-coordinate representation of color #C714FB: hue angle of 286.49º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C714FB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 20 | 251 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.02 |
| HSL | 286.49º | 0.97% | 0.53% | - |
| HSV(B) | 286.49º | 0.92% | 0.98% | - |
| XYZ | 41.22 | 19.61 | 92.88 | - |
| YUV | 99.86 | 213.3 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 251 | 0.21 | 0.92 | 0 | 0.02 | 286.49 | 0.97 | 0.53 |
| Hex | C7 | 14 | FB | 15 | 5C | 0 | 2 | 11E | 61 | 35 |
| Octal | 307 | 24 | 373 | 25 | 134 | 0 | 2 | 436 | 141 | 65 |
| Binary | 11000111 | 10100 | 11111011 | 10101 | 1011100 | 0 | 10 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C714FB
Complementary color
Monochromatic Colors of #C714FB
Black with #C714FB
Text Example
Text Example
White with #C714FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714FB; }
p { color: rgb(199,20,251); }
H1.HeaderClassName
{
color: #C714FB;
}
.AnyTagClassName
{
color: #C714FB;
}
</style>
background-color css
<style>
a { background-color: #C714FB; }
a { background-color: rgb(199,20,251); }
div.DivClassName
{
background-color: #C714FB;
}
.BgClassName
{
background-color: #C714FB;
}
</style>
border-color css
<style>
span { border-color: #C714FB; }
span { border-color: rgb(199,20,251); }
td.TdClassName
{
border-color: #C714FB;
}
.TagClassName
{
border-color: #C714FB;
}
</style>