Shades of Electric Purple #CF31FF
Tints of Electric Purple #CF31FF
RGB
CMYK
RGB Variations
Color information
#CF31FF (or 0xCF31FF) is known color: Electric Purple. HEX triplet: CF, 31 and FF. RGB value is (207,49,255). Sum of RGB (Red+Green+Blue) = 207+49+255=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31FF is #30CE00. Grayscale: #777777. Windows color (decimal): -3198465 or 16724431. OLE color: 16724431.
HSL color Cylindrical-coordinate representation of color #CF31FF: hue angle of 286.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF31FF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 49 | 255 | - |
| CMYK | 0.19 | 0.81 | 0 | 0 |
| HSL | 286.02º | 1% | 0.6% | - |
| HSV(B) | 286.02º | 0.81% | 1% | - |
| XYZ | 44.88 | 22.68 | 96.62 | - |
| YUV | 119.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 255 | 0.19 | 0.81 | 0 | 0 | 286.02 | 1 | 0.6 |
| Hex | CF | 31 | FF | 13 | 51 | 0 | 0 | 11E | 64 | 3C |
| Octal | 317 | 61 | 377 | 23 | 121 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11001111 | 110001 | 11111111 | 10011 | 1010001 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #CF31FF
Complementary color
Monochromatic Colors of #CF31FF
Black with #CF31FF
Text Example
Text Example
White with #CF31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31FF; }
p { color: rgb(207,49,255); }
H1.HeaderClassName
{
color: #CF31FF;
}
.AnyTagClassName
{
color: #CF31FF;
}
</style>
background-color css
<style>
a { background-color: #CF31FF; }
a { background-color: rgb(207,49,255); }
div.DivClassName
{
background-color: #CF31FF;
}
.BgClassName
{
background-color: #CF31FF;
}
</style>
border-color css
<style>
span { border-color: #CF31FF; }
span { border-color: rgb(207,49,255); }
td.TdClassName
{
border-color: #CF31FF;
}
.TagClassName
{
border-color: #CF31FF;
}
</style>