Shades of Electric Purple #CC1FE7
Tints of Electric Purple #CC1FE7
RGB
CMYK
RGB Variations
Color information
#CC1FE7 (or 0xCC1FE7) is known color: Electric Purple. HEX triplet: CC, 1F and E7. RGB value is (204,31,231). Sum of RGB (Red+Green+Blue) = 204+31+231=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC1FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FE7 is #33E018. Grayscale: #686868. Windows color (decimal): -3399705 or 15146956. OLE color: 15146956.
HSL color Cylindrical-coordinate representation of color #CC1FE7: hue angle of 291.9º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1FE7 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 31 | 231 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.09 |
| HSL | 291.9º | 0.81% | 0.51% | - |
| HSV(B) | 291.9º | 0.87% | 0.91% | - |
| XYZ | 39.82 | 19.59 | 77.28 | - |
| YUV | 105.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 231 | 0.12 | 0.87 | 0 | 0.09 | 291.9 | 0.81 | 0.51 |
| Hex | CC | 1F | E7 | C | 57 | 0 | 9 | 124 | 51 | 33 |
| Octal | 314 | 37 | 347 | 14 | 127 | 0 | 11 | 444 | 121 | 63 |
| Binary | 11001100 | 11111 | 11100111 | 1100 | 1010111 | 0 | 1001 | 100100100 | 1010001 | 110011 |
Color Harmonies of #CC1FE7
Complementary color
Monochromatic Colors of #CC1FE7
Black with #CC1FE7
Text Example
Text Example
White with #CC1FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FE7; }
p { color: rgb(204,31,231); }
H1.HeaderClassName
{
color: #CC1FE7;
}
.AnyTagClassName
{
color: #CC1FE7;
}
</style>
background-color css
<style>
a { background-color: #CC1FE7; }
a { background-color: rgb(204,31,231); }
div.DivClassName
{
background-color: #CC1FE7;
}
.BgClassName
{
background-color: #CC1FE7;
}
</style>
border-color css
<style>
span { border-color: #CC1FE7; }
span { border-color: rgb(204,31,231); }
td.TdClassName
{
border-color: #CC1FE7;
}
.TagClassName
{
border-color: #CC1FE7;
}
</style>