Shades of Electric Purple #CC1FED
Tints of Electric Purple #CC1FED
RGB
CMYK
RGB Variations
Color information
#CC1FED (or 0xCC1FED) is known color: Electric Purple. HEX triplet: CC, 1F and ED. RGB value is (204,31,237). Sum of RGB (Red+Green+Blue) = 204+31+237=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FED is #33E012. Grayscale: #696969. Windows color (decimal): -3399699 or 15540172. OLE color: 15540172.
HSL color Cylindrical-coordinate representation of color #CC1FED: hue angle of 290.39º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1FED is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 31 | 237 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.39º | 0.85% | 0.53% | - |
| HSV(B) | 290.39º | 0.87% | 0.93% | - |
| XYZ | 40.68 | 19.93 | 81.82 | - |
| YUV | 106.21 | 201.81 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 237 | 0.14 | 0.87 | 0 | 0.07 | 290.39 | 0.85 | 0.53 |
| Hex | CC | 1F | ED | E | 57 | 0 | 7 | 122 | 55 | 35 |
| Octal | 314 | 37 | 355 | 16 | 127 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001100 | 11111 | 11101101 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CC1FED
Complementary color
Monochromatic Colors of #CC1FED
Black with #CC1FED
Text Example
Text Example
White with #CC1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FED; }
p { color: rgb(204,31,237); }
H1.HeaderClassName
{
color: #CC1FED;
}
.AnyTagClassName
{
color: #CC1FED;
}
</style>
background-color css
<style>
a { background-color: #CC1FED; }
a { background-color: rgb(204,31,237); }
div.DivClassName
{
background-color: #CC1FED;
}
.BgClassName
{
background-color: #CC1FED;
}
</style>
border-color css
<style>
span { border-color: #CC1FED; }
span { border-color: rgb(204,31,237); }
td.TdClassName
{
border-color: #CC1FED;
}
.TagClassName
{
border-color: #CC1FED;
}
</style>