Shades of Electric Purple #C611FB
Tints of Electric Purple #C611FB
RGB
CMYK
RGB Variations
Color information
#C611FB (or 0xC611FB) is known color: Electric Purple. HEX triplet: C6, 11 and FB. RGB value is (198,17,251). Sum of RGB (Red+Green+Blue) = 198+17+251=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C611FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C611FB is #39EE04. Grayscale: #616161. Windows color (decimal): -3796485 or 16454086. OLE color: 16454086.
HSL color Cylindrical-coordinate representation of color #C611FB: hue angle of 286.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C611FB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 17 | 251 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.02 |
| HSL | 286.41º | 0.97% | 0.53% | - |
| HSV(B) | 286.41º | 0.93% | 0.98% | - |
| XYZ | 40.9 | 19.37 | 92.85 | - |
| YUV | 97.8 | 214.47 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 251 | 0.21 | 0.93 | 0 | 0.02 | 286.41 | 0.97 | 0.53 |
| Hex | C6 | 11 | FB | 15 | 5D | 0 | 2 | 11E | 61 | 35 |
| Octal | 306 | 21 | 373 | 25 | 135 | 0 | 2 | 436 | 141 | 65 |
| Binary | 11000110 | 10001 | 11111011 | 10101 | 1011101 | 0 | 10 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C611FB
Complementary color
Monochromatic Colors of #C611FB
Black with #C611FB
Text Example
Text Example
White with #C611FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611FB; }
p { color: rgb(198,17,251); }
H1.HeaderClassName
{
color: #C611FB;
}
.AnyTagClassName
{
color: #C611FB;
}
</style>
background-color css
<style>
a { background-color: #C611FB; }
a { background-color: rgb(198,17,251); }
div.DivClassName
{
background-color: #C611FB;
}
.BgClassName
{
background-color: #C611FB;
}
</style>
border-color css
<style>
span { border-color: #C611FB; }
span { border-color: rgb(198,17,251); }
td.TdClassName
{
border-color: #C611FB;
}
.TagClassName
{
border-color: #C611FB;
}
</style>