Shades of Electric Purple #CC1EEF
Tints of Electric Purple #CC1EEF
RGB
CMYK
RGB Variations
Color information
#CC1EEF (or 0xCC1EEF) is known color: Electric Purple. HEX triplet: CC, 1E and EF. RGB value is (204,30,239). Sum of RGB (Red+Green+Blue) = 204+30+239=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EEF is #33E110. Grayscale: #696969. Windows color (decimal): -3399953 or 15670988. OLE color: 15670988.
HSL color Cylindrical-coordinate representation of color #CC1EEF: hue angle of 289.95º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1EEF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 30 | 239 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.06 |
| HSL | 289.95º | 0.87% | 0.53% | - |
| HSV(B) | 289.95º | 0.87% | 0.94% | - |
| XYZ | 40.95 | 20 | 83.36 | - |
| YUV | 105.85 | 203.15 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 239 | 0.15 | 0.87 | 0 | 0.06 | 289.95 | 0.87 | 0.53 |
| Hex | CC | 1E | EF | F | 57 | 0 | 6 | 122 | 57 | 35 |
| Octal | 314 | 36 | 357 | 17 | 127 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001100 | 11110 | 11101111 | 1111 | 1010111 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CC1EEF
Complementary color
Monochromatic Colors of #CC1EEF
Black with #CC1EEF
Text Example
Text Example
White with #CC1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EEF; }
p { color: rgb(204,30,239); }
H1.HeaderClassName
{
color: #CC1EEF;
}
.AnyTagClassName
{
color: #CC1EEF;
}
</style>
background-color css
<style>
a { background-color: #CC1EEF; }
a { background-color: rgb(204,30,239); }
div.DivClassName
{
background-color: #CC1EEF;
}
.BgClassName
{
background-color: #CC1EEF;
}
</style>
border-color css
<style>
span { border-color: #CC1EEF; }
span { border-color: rgb(204,30,239); }
td.TdClassName
{
border-color: #CC1EEF;
}
.TagClassName
{
border-color: #CC1EEF;
}
</style>