Shades of Electric Purple #CC1BE8
Tints of Electric Purple #CC1BE8
RGB
CMYK
RGB Variations
Color information
#CC1BE8 (or 0xCC1BE8) is known color: Electric Purple. HEX triplet: CC, 1B and E8. RGB value is (204,27,232). Sum of RGB (Red+Green+Blue) = 204+27+232=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BE8 is #33E417. Grayscale: #666666. Windows color (decimal): -3400728 or 15211468. OLE color: 15211468.
HSL color Cylindrical-coordinate representation of color #CC1BE8: hue angle of 291.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1BE8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 27 | 232 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.09 |
| HSL | 291.8º | 0.82% | 0.51% | - |
| HSV(B) | 291.8º | 0.88% | 0.91% | - |
| XYZ | 39.86 | 19.45 | 78 | - |
| YUV | 103.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 232 | 0.12 | 0.88 | 0 | 0.09 | 291.8 | 0.82 | 0.51 |
| Hex | CC | 1B | E8 | C | 58 | 0 | 9 | 124 | 52 | 33 |
| Octal | 314 | 33 | 350 | 14 | 130 | 0 | 11 | 444 | 122 | 63 |
| Binary | 11001100 | 11011 | 11101000 | 1100 | 1011000 | 0 | 1001 | 100100100 | 1010010 | 110011 |
Color Harmonies of #CC1BE8
Complementary color
Monochromatic Colors of #CC1BE8
Black with #CC1BE8
Text Example
Text Example
White with #CC1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BE8; }
p { color: rgb(204,27,232); }
H1.HeaderClassName
{
color: #CC1BE8;
}
.AnyTagClassName
{
color: #CC1BE8;
}
</style>
background-color css
<style>
a { background-color: #CC1BE8; }
a { background-color: rgb(204,27,232); }
div.DivClassName
{
background-color: #CC1BE8;
}
.BgClassName
{
background-color: #CC1BE8;
}
</style>
border-color css
<style>
span { border-color: #CC1BE8; }
span { border-color: rgb(204,27,232); }
td.TdClassName
{
border-color: #CC1BE8;
}
.TagClassName
{
border-color: #CC1BE8;
}
</style>