Shades of Electric Purple #CC31FE
Tints of Electric Purple #CC31FE
RGB
CMYK
RGB Variations
Color information
#CC31FE (or 0xCC31FE) is known color: Electric Purple. HEX triplet: CC, 31 and FE. RGB value is (204,49,254). Sum of RGB (Red+Green+Blue) = 204+49+254=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31FE is #33CE01. Grayscale: #767676. Windows color (decimal): -3395074 or 16658892. OLE color: 16658892.
HSL color Cylindrical-coordinate representation of color #CC31FE: hue angle of 285.37º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC31FE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 49 | 254 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.00 |
| HSL | 285.37º | 0.99% | 0.59% | - |
| HSV(B) | 285.37º | 0.81% | 1% | - |
| XYZ | 43.89 | 22.19 | 95.74 | - |
| YUV | 118.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 254 | 0.20 | 0.81 | 0 | 0.00 | 285.37 | 0.99 | 0.59 |
| Hex | CC | 31 | FE | 14 | 51 | 0 | 0 | 11D | 63 | 3B |
| Octal | 314 | 61 | 376 | 24 | 121 | 0 | 0 | 435 | 143 | 73 |
| Binary | 11001100 | 110001 | 11111110 | 10100 | 1010001 | 0 | 0 | 100011101 | 1100011 | 111011 |
Color Harmonies of #CC31FE
Complementary color
Monochromatic Colors of #CC31FE
Black with #CC31FE
Text Example
Text Example
White with #CC31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31FE; }
p { color: rgb(204,49,254); }
H1.HeaderClassName
{
color: #CC31FE;
}
.AnyTagClassName
{
color: #CC31FE;
}
</style>
background-color css
<style>
a { background-color: #CC31FE; }
a { background-color: rgb(204,49,254); }
div.DivClassName
{
background-color: #CC31FE;
}
.BgClassName
{
background-color: #CC31FE;
}
</style>
border-color css
<style>
span { border-color: #CC31FE; }
span { border-color: rgb(204,49,254); }
td.TdClassName
{
border-color: #CC31FE;
}
.TagClassName
{
border-color: #CC31FE;
}
</style>