Shades of Electric Purple #C609FC
Tints of Electric Purple #C609FC
RGB
CMYK
RGB Variations
Color information
#C609FC (or 0xC609FC) is known color: Electric Purple. HEX triplet: C6, 09 and FC. RGB value is (198,9,252). Sum of RGB (Red+Green+Blue) = 198+9+252=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C609FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609FC is #39F603. Grayscale: #5C5C5C. Windows color (decimal): -3798532 or 16517574. OLE color: 16517574.
HSL color Cylindrical-coordinate representation of color #C609FC: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C609FC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 9 | 252 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 286.67º | 0.98% | 0.51% | - |
| HSV(B) | 286.67º | 0.96% | 0.99% | - |
| XYZ | 40.96 | 19.23 | 93.65 | - |
| YUV | 93.21 | 217.62 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 252 | 0.21 | 0.96 | 0 | 0.01 | 286.67 | 0.98 | 0.51 |
| Hex | C6 | 9 | FC | 15 | 60 | 0 | 1 | 11F | 62 | 33 |
| Octal | 306 | 11 | 374 | 25 | 140 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11000110 | 1001 | 11111100 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C609FC
Complementary color
Monochromatic Colors of #C609FC
Black with #C609FC
Text Example
Text Example
White with #C609FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609FC; }
p { color: rgb(198,9,252); }
H1.HeaderClassName
{
color: #C609FC;
}
.AnyTagClassName
{
color: #C609FC;
}
</style>
background-color css
<style>
a { background-color: #C609FC; }
a { background-color: rgb(198,9,252); }
div.DivClassName
{
background-color: #C609FC;
}
.BgClassName
{
background-color: #C609FC;
}
</style>
border-color css
<style>
span { border-color: #C609FC; }
span { border-color: rgb(198,9,252); }
td.TdClassName
{
border-color: #C609FC;
}
.TagClassName
{
border-color: #C609FC;
}
</style>