Shades of Electric Purple #C60CF0
Tints of Electric Purple #C60CF0
RGB
CMYK
RGB Variations
Color information
#C60CF0 (or 0xC60CF0) is known color: Electric Purple. HEX triplet: C6, 0C and F0. RGB value is (198,12,240). Sum of RGB (Red+Green+Blue) = 198+12+240=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #C60CF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CF0 is #39F30F. Grayscale: #5C5C5C. Windows color (decimal): -3797776 or 15731910. OLE color: 15731910.
HSL color Cylindrical-coordinate representation of color #C60CF0: hue angle of 288.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60CF0 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 12 | 240 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.06 |
| HSL | 288.95º | 0.9% | 0.49% | - |
| HSV(B) | 288.95º | 0.95% | 0.94% | - |
| XYZ | 39.15 | 18.56 | 83.96 | - |
| YUV | 93.61 | 210.62 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 240 | 0.18 | 0.95 | 0 | 0.06 | 288.95 | 0.9 | 0.49 |
| Hex | C6 | C | F0 | 12 | 5F | 0 | 6 | 121 | 5A | 31 |
| Octal | 306 | 14 | 360 | 22 | 137 | 0 | 6 | 441 | 132 | 61 |
| Binary | 11000110 | 1100 | 11110000 | 10010 | 1011111 | 0 | 110 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C60CF0
Complementary color
Monochromatic Colors of #C60CF0
Black with #C60CF0
Text Example
Text Example
White with #C60CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CF0; }
p { color: rgb(198,12,240); }
H1.HeaderClassName
{
color: #C60CF0;
}
.AnyTagClassName
{
color: #C60CF0;
}
</style>
background-color css
<style>
a { background-color: #C60CF0; }
a { background-color: rgb(198,12,240); }
div.DivClassName
{
background-color: #C60CF0;
}
.BgClassName
{
background-color: #C60CF0;
}
</style>
border-color css
<style>
span { border-color: #C60CF0; }
span { border-color: rgb(198,12,240); }
td.TdClassName
{
border-color: #C60CF0;
}
.TagClassName
{
border-color: #C60CF0;
}
</style>