Shades of Electric Purple #C631FC
Tints of Electric Purple #C631FC
RGB
CMYK
RGB Variations
Color information
#C631FC (or 0xC631FC) is known color: Electric Purple. HEX triplet: C6, 31 and FC. RGB value is (198,49,252). Sum of RGB (Red+Green+Blue) = 198+49+252=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C631FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631FC is #39CE03. Grayscale: #747474. Windows color (decimal): -3788292 or 16527814. OLE color: 16527814.
HSL color Cylindrical-coordinate representation of color #C631FC: hue angle of 284.04º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C631FC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 49 | 252 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.01 |
| HSL | 284.04º | 0.97% | 0.59% | - |
| HSV(B) | 284.04º | 0.81% | 0.99% | - |
| XYZ | 41.96 | 21.23 | 93.98 | - |
| YUV | 116.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 252 | 0.21 | 0.81 | 0 | 0.01 | 284.04 | 0.97 | 0.59 |
| Hex | C6 | 31 | FC | 15 | 51 | 0 | 1 | 11C | 61 | 3B |
| Octal | 306 | 61 | 374 | 25 | 121 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000110 | 110001 | 11111100 | 10101 | 1010001 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C631FC
Complementary color
Monochromatic Colors of #C631FC
Black with #C631FC
Text Example
Text Example
White with #C631FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631FC; }
p { color: rgb(198,49,252); }
H1.HeaderClassName
{
color: #C631FC;
}
.AnyTagClassName
{
color: #C631FC;
}
</style>
background-color css
<style>
a { background-color: #C631FC; }
a { background-color: rgb(198,49,252); }
div.DivClassName
{
background-color: #C631FC;
}
.BgClassName
{
background-color: #C631FC;
}
</style>
border-color css
<style>
span { border-color: #C631FC; }
span { border-color: rgb(198,49,252); }
td.TdClassName
{
border-color: #C631FC;
}
.TagClassName
{
border-color: #C631FC;
}
</style>