Shades of Electric Purple #CC0BEA
Tints of Electric Purple #CC0BEA
RGB
CMYK
RGB Variations
Color information
#CC0BEA (or 0xCC0BEA) is known color: Electric Purple. HEX triplet: CC, 0B and EA. RGB value is (204,11,234). Sum of RGB (Red+Green+Blue) = 204+11+234=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC0BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BEA is #33F415. Grayscale: #5D5D5D. Windows color (decimal): -3404822 or 15338444. OLE color: 15338444.
HSL color Cylindrical-coordinate representation of color #CC0BEA: hue angle of 291.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BEA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 11 | 234 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.08 |
| HSL | 291.93º | 0.91% | 0.48% | - |
| HSV(B) | 291.93º | 0.95% | 0.92% | - |
| XYZ | 39.87 | 19.02 | 79.41 | - |
| YUV | 94.13 | 206.94 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 234 | 0.13 | 0.95 | 0 | 0.08 | 291.93 | 0.91 | 0.48 |
| Hex | CC | B | EA | D | 5F | 0 | 8 | 124 | 5B | 30 |
| Octal | 314 | 13 | 352 | 15 | 137 | 0 | 10 | 444 | 133 | 60 |
| Binary | 11001100 | 1011 | 11101010 | 1101 | 1011111 | 0 | 1000 | 100100100 | 1011011 | 110000 |
Color Harmonies of #CC0BEA
Complementary color
Monochromatic Colors of #CC0BEA
Black with #CC0BEA
Text Example
Text Example
White with #CC0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BEA; }
p { color: rgb(204,11,234); }
H1.HeaderClassName
{
color: #CC0BEA;
}
.AnyTagClassName
{
color: #CC0BEA;
}
</style>
background-color css
<style>
a { background-color: #CC0BEA; }
a { background-color: rgb(204,11,234); }
div.DivClassName
{
background-color: #CC0BEA;
}
.BgClassName
{
background-color: #CC0BEA;
}
</style>
border-color css
<style>
span { border-color: #CC0BEA; }
span { border-color: rgb(204,11,234); }
td.TdClassName
{
border-color: #CC0BEA;
}
.TagClassName
{
border-color: #CC0BEA;
}
</style>