Shades of Electric Purple #C60FFB
Tints of Electric Purple #C60FFB
RGB
CMYK
RGB Variations
Color information
#C60FFB (or 0xC60FFB) is known color: Electric Purple. HEX triplet: C6, 0F and FB. RGB value is (198,15,251). Sum of RGB (Red+Green+Blue) = 198+15+251=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C60FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FFB is #39F004. Grayscale: #5F5F5F. Windows color (decimal): -3796997 or 16453574. OLE color: 16453574.
HSL color Cylindrical-coordinate representation of color #C60FFB: hue angle of 286.53º 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 #C60FFB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 15 | 251 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.02 |
| HSL | 286.53º | 0.97% | 0.52% | - |
| HSV(B) | 286.53º | 0.94% | 0.98% | - |
| XYZ | 40.87 | 19.31 | 92.84 | - |
| YUV | 96.62 | 215.13 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 251 | 0.21 | 0.94 | 0 | 0.02 | 286.53 | 0.97 | 0.52 |
| Hex | C6 | F | FB | 15 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 306 | 17 | 373 | 25 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11000110 | 1111 | 11111011 | 10101 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C60FFB
Complementary color
Monochromatic Colors of #C60FFB
Black with #C60FFB
Text Example
Text Example
White with #C60FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FFB; }
p { color: rgb(198,15,251); }
H1.HeaderClassName
{
color: #C60FFB;
}
.AnyTagClassName
{
color: #C60FFB;
}
</style>
background-color css
<style>
a { background-color: #C60FFB; }
a { background-color: rgb(198,15,251); }
div.DivClassName
{
background-color: #C60FFB;
}
.BgClassName
{
background-color: #C60FFB;
}
</style>
border-color css
<style>
span { border-color: #C60FFB; }
span { border-color: rgb(198,15,251); }
td.TdClassName
{
border-color: #C60FFB;
}
.TagClassName
{
border-color: #C60FFB;
}
</style>