Shades of Electric Purple #CC1BEB
Tints of Electric Purple #CC1BEB
RGB
CMYK
RGB Variations
Color information
#CC1BEB (or 0xCC1BEB) is known color: Electric Purple. HEX triplet: CC, 1B and EB. RGB value is (204,27,235). Sum of RGB (Red+Green+Blue) = 204+27+235=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC1BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BEB is #33E414. Grayscale: #666666. Windows color (decimal): -3400725 or 15408076. OLE color: 15408076.
HSL color Cylindrical-coordinate representation of color #CC1BEB: hue angle of 291.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BEB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 27 | 235 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.08 |
| HSL | 291.06º | 0.84% | 0.51% | - |
| HSV(B) | 291.06º | 0.89% | 0.92% | - |
| XYZ | 40.29 | 19.62 | 80.26 | - |
| YUV | 103.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 235 | 0.13 | 0.89 | 0 | 0.08 | 291.06 | 0.84 | 0.51 |
| Hex | CC | 1B | EB | D | 59 | 0 | 8 | 123 | 54 | 33 |
| Octal | 314 | 33 | 353 | 15 | 131 | 0 | 10 | 443 | 124 | 63 |
| Binary | 11001100 | 11011 | 11101011 | 1101 | 1011001 | 0 | 1000 | 100100011 | 1010100 | 110011 |
Color Harmonies of #CC1BEB
Complementary color
Monochromatic Colors of #CC1BEB
Black with #CC1BEB
Text Example
Text Example
White with #CC1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BEB; }
p { color: rgb(204,27,235); }
H1.HeaderClassName
{
color: #CC1BEB;
}
.AnyTagClassName
{
color: #CC1BEB;
}
</style>
background-color css
<style>
a { background-color: #CC1BEB; }
a { background-color: rgb(204,27,235); }
div.DivClassName
{
background-color: #CC1BEB;
}
.BgClassName
{
background-color: #CC1BEB;
}
</style>
border-color css
<style>
span { border-color: #CC1BEB; }
span { border-color: rgb(204,27,235); }
td.TdClassName
{
border-color: #CC1BEB;
}
.TagClassName
{
border-color: #CC1BEB;
}
</style>