Shades of Electric Purple #CC31FA
Tints of Electric Purple #CC31FA
RGB
CMYK
RGB Variations
Color information
#CC31FA (or 0xCC31FA) is known color: Electric Purple. HEX triplet: CC, 31 and FA. RGB value is (204,49,250). Sum of RGB (Red+Green+Blue) = 204+49+250=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC31FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31FA is #33CE05. Grayscale: #757575. Windows color (decimal): -3395078 or 16396748. OLE color: 16396748.
HSL color Cylindrical-coordinate representation of color #CC31FA: hue angle of 286.27º degrees, saturation: 0.95, 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 #CC31FA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 49 | 250 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.02 |
| HSL | 286.27º | 0.95% | 0.59% | - |
| HSV(B) | 286.27º | 0.8% | 0.98% | - |
| XYZ | 43.26 | 21.94 | 92.4 | - |
| YUV | 118.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 250 | 0.18 | 0.80 | 0 | 0.02 | 286.27 | 0.95 | 0.59 |
| Hex | CC | 31 | FA | 12 | 50 | 0 | 2 | 11E | 5F | 3B |
| Octal | 314 | 61 | 372 | 22 | 120 | 0 | 2 | 436 | 137 | 73 |
| Binary | 11001100 | 110001 | 11111010 | 10010 | 1010000 | 0 | 10 | 100011110 | 1011111 | 111011 |
Color Harmonies of #CC31FA
Complementary color
Monochromatic Colors of #CC31FA
Black with #CC31FA
Text Example
Text Example
White with #CC31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31FA; }
p { color: rgb(204,49,250); }
H1.HeaderClassName
{
color: #CC31FA;
}
.AnyTagClassName
{
color: #CC31FA;
}
</style>
background-color css
<style>
a { background-color: #CC31FA; }
a { background-color: rgb(204,49,250); }
div.DivClassName
{
background-color: #CC31FA;
}
.BgClassName
{
background-color: #CC31FA;
}
</style>
border-color css
<style>
span { border-color: #CC31FA; }
span { border-color: rgb(204,49,250); }
td.TdClassName
{
border-color: #CC31FA;
}
.TagClassName
{
border-color: #CC31FA;
}
</style>