Shades of Electric Purple #CC1CEB
Tints of Electric Purple #CC1CEB
RGB
CMYK
RGB Variations
Color information
#CC1CEB (or 0xCC1CEB) is known color: Electric Purple. HEX triplet: CC, 1C and EB. RGB value is (204,28,235). Sum of RGB (Red+Green+Blue) = 204+28+235=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CEB is #33E314. Grayscale: #676767. Windows color (decimal): -3400469 or 15408332. OLE color: 15408332.
HSL color Cylindrical-coordinate representation of color #CC1CEB: hue angle of 291.01º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1CEB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 28 | 235 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.08 |
| HSL | 291.01º | 0.84% | 0.52% | - |
| HSV(B) | 291.01º | 0.88% | 0.92% | - |
| XYZ | 40.31 | 19.67 | 80.27 | - |
| YUV | 104.22 | 201.81 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 235 | 0.13 | 0.88 | 0 | 0.08 | 291.01 | 0.84 | 0.52 |
| Hex | CC | 1C | EB | D | 58 | 0 | 8 | 123 | 54 | 34 |
| Octal | 314 | 34 | 353 | 15 | 130 | 0 | 10 | 443 | 124 | 64 |
| Binary | 11001100 | 11100 | 11101011 | 1101 | 1011000 | 0 | 1000 | 100100011 | 1010100 | 110100 |
Color Harmonies of #CC1CEB
Complementary color
Monochromatic Colors of #CC1CEB
Black with #CC1CEB
Text Example
Text Example
White with #CC1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CEB; }
p { color: rgb(204,28,235); }
H1.HeaderClassName
{
color: #CC1CEB;
}
.AnyTagClassName
{
color: #CC1CEB;
}
</style>
background-color css
<style>
a { background-color: #CC1CEB; }
a { background-color: rgb(204,28,235); }
div.DivClassName
{
background-color: #CC1CEB;
}
.BgClassName
{
background-color: #CC1CEB;
}
</style>
border-color css
<style>
span { border-color: #CC1CEB; }
span { border-color: rgb(204,28,235); }
td.TdClassName
{
border-color: #CC1CEB;
}
.TagClassName
{
border-color: #CC1CEB;
}
</style>