Shades of Electric Purple #C60CF9
Tints of Electric Purple #C60CF9
RGB
CMYK
RGB Variations
Color information
#C60CF9 (or 0xC60CF9) is known color: Electric Purple. HEX triplet: C6, 0C and F9. RGB value is (198,12,249). Sum of RGB (Red+Green+Blue) = 198+12+249=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #C60CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CF9 is #39F306. Grayscale: #5D5D5D. Windows color (decimal): -3797767 or 16321734. OLE color: 16321734.
HSL color Cylindrical-coordinate representation of color #C60CF9: hue angle of 287.09º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60CF9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 12 | 249 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.02 |
| HSL | 287.09º | 0.95% | 0.51% | - |
| HSV(B) | 287.09º | 0.95% | 0.98% | - |
| XYZ | 40.52 | 19.11 | 91.18 | - |
| YUV | 94.63 | 215.12 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 249 | 0.20 | 0.95 | 0 | 0.02 | 287.09 | 0.95 | 0.51 |
| Hex | C6 | C | F9 | 14 | 5F | 0 | 2 | 11F | 5F | 33 |
| Octal | 306 | 14 | 371 | 24 | 137 | 0 | 2 | 437 | 137 | 63 |
| Binary | 11000110 | 1100 | 11111001 | 10100 | 1011111 | 0 | 10 | 100011111 | 1011111 | 110011 |
Color Harmonies of #C60CF9
Complementary color
Monochromatic Colors of #C60CF9
Black with #C60CF9
Text Example
Text Example
White with #C60CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CF9; }
p { color: rgb(198,12,249); }
H1.HeaderClassName
{
color: #C60CF9;
}
.AnyTagClassName
{
color: #C60CF9;
}
</style>
background-color css
<style>
a { background-color: #C60CF9; }
a { background-color: rgb(198,12,249); }
div.DivClassName
{
background-color: #C60CF9;
}
.BgClassName
{
background-color: #C60CF9;
}
</style>
border-color css
<style>
span { border-color: #C60CF9; }
span { border-color: rgb(198,12,249); }
td.TdClassName
{
border-color: #C60CF9;
}
.TagClassName
{
border-color: #C60CF9;
}
</style>