Shades of Electric Purple #CC31FB
Tints of Electric Purple #CC31FB
RGB
CMYK
RGB Variations
Color information
#CC31FB (or 0xCC31FB) is known color: Electric Purple. HEX triplet: CC, 31 and FB. RGB value is (204,49,251). Sum of RGB (Red+Green+Blue) = 204+49+251=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC31FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31FB is #33CE04. Grayscale: #757575. Windows color (decimal): -3395077 or 16462284. OLE color: 16462284.
HSL color Cylindrical-coordinate representation of color #CC31FB: hue angle of 286.04º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC31FB is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 49 | 251 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.02 |
| HSL | 286.04º | 0.96% | 0.59% | - |
| HSV(B) | 286.04º | 0.8% | 0.98% | - |
| XYZ | 43.41 | 22 | 93.22 | - |
| YUV | 118.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 251 | 0.19 | 0.80 | 0 | 0.02 | 286.04 | 0.96 | 0.59 |
| Hex | CC | 31 | FB | 13 | 50 | 0 | 2 | 11E | 60 | 3B |
| Octal | 314 | 61 | 373 | 23 | 120 | 0 | 2 | 436 | 140 | 73 |
| Binary | 11001100 | 110001 | 11111011 | 10011 | 1010000 | 0 | 10 | 100011110 | 1100000 | 111011 |
Color Harmonies of #CC31FB
Complementary color
Monochromatic Colors of #CC31FB
Black with #CC31FB
Text Example
Text Example
White with #CC31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31FB; }
p { color: rgb(204,49,251); }
H1.HeaderClassName
{
color: #CC31FB;
}
.AnyTagClassName
{
color: #CC31FB;
}
</style>
background-color css
<style>
a { background-color: #CC31FB; }
a { background-color: rgb(204,49,251); }
div.DivClassName
{
background-color: #CC31FB;
}
.BgClassName
{
background-color: #CC31FB;
}
</style>
border-color css
<style>
span { border-color: #CC31FB; }
span { border-color: rgb(204,49,251); }
td.TdClassName
{
border-color: #CC31FB;
}
.TagClassName
{
border-color: #CC31FB;
}
</style>