Shades of Electric Purple #C601FC
Tints of Electric Purple #C601FC
RGB
CMYK
RGB Variations
Color information
#C601FC (or 0xC601FC) is known color: Electric Purple. HEX triplet: C6, 01 and FC. RGB value is (198,1,252). Sum of RGB (Red+Green+Blue) = 198+1+252=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #C601FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601FC is #39FE03. Grayscale: #575757. Windows color (decimal): -3800580 or 16515526. OLE color: 16515526.
HSL color Cylindrical-coordinate representation of color #C601FC: hue angle of 287.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601FC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 1 | 252 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.01 |
| HSL | 287.09º | 0.99% | 0.5% | - |
| HSV(B) | 287.09º | 1% | 0.99% | - |
| XYZ | 40.87 | 19.06 | 93.62 | - |
| YUV | 88.52 | 220.27 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 252 | 0.21 | 1.00 | 0 | 0.01 | 287.09 | 0.99 | 0.5 |
| Hex | C6 | 1 | FC | 15 | 64 | 0 | 1 | 11F | 63 | 32 |
| Octal | 306 | 1 | 374 | 25 | 144 | 0 | 1 | 437 | 143 | 62 |
| Binary | 11000110 | 1 | 11111100 | 10101 | 1100100 | 0 | 1 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C601FC
Complementary color
Monochromatic Colors of #C601FC
Black with #C601FC
Text Example
Text Example
White with #C601FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601FC; }
p { color: rgb(198,1,252); }
H1.HeaderClassName
{
color: #C601FC;
}
.AnyTagClassName
{
color: #C601FC;
}
</style>
background-color css
<style>
a { background-color: #C601FC; }
a { background-color: rgb(198,1,252); }
div.DivClassName
{
background-color: #C601FC;
}
.BgClassName
{
background-color: #C601FC;
}
</style>
border-color css
<style>
span { border-color: #C601FC; }
span { border-color: rgb(198,1,252); }
td.TdClassName
{
border-color: #C601FC;
}
.TagClassName
{
border-color: #C601FC;
}
</style>