Shades of Electric Purple #CB0CEA
Tints of Electric Purple #CB0CEA
RGB
CMYK
RGB Variations
Color information
#CB0CEA (or 0xCB0CEA) is known color: Electric Purple. HEX triplet: CB, 0C and EA. RGB value is (203,12,234). Sum of RGB (Red+Green+Blue) = 203+12+234=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 12 (5.08% from 255 or 2.67% 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 #CB0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CEA is #34F315. Grayscale: #5D5D5D. Windows color (decimal): -3470102 or 15338699. OLE color: 15338699.
HSL color Cylindrical-coordinate representation of color #CB0CEA: hue angle of 291.62º degrees, saturation: 0.9, 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 #CB0CEA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 12 | 234 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.08 |
| HSL | 291.62º | 0.9% | 0.48% | - |
| HSV(B) | 291.62º | 0.95% | 0.92% | - |
| XYZ | 39.61 | 18.9 | 79.4 | - |
| YUV | 94.42 | 206.78 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 234 | 0.13 | 0.95 | 0 | 0.08 | 291.62 | 0.9 | 0.48 |
| Hex | CB | C | EA | D | 5F | 0 | 8 | 124 | 5A | 30 |
| Octal | 313 | 14 | 352 | 15 | 137 | 0 | 10 | 444 | 132 | 60 |
| Binary | 11001011 | 1100 | 11101010 | 1101 | 1011111 | 0 | 1000 | 100100100 | 1011010 | 110000 |
Color Harmonies of #CB0CEA
Complementary color
Monochromatic Colors of #CB0CEA
Black with #CB0CEA
Text Example
Text Example
White with #CB0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CEA; }
p { color: rgb(203,12,234); }
H1.HeaderClassName
{
color: #CB0CEA;
}
.AnyTagClassName
{
color: #CB0CEA;
}
</style>
background-color css
<style>
a { background-color: #CB0CEA; }
a { background-color: rgb(203,12,234); }
div.DivClassName
{
background-color: #CB0CEA;
}
.BgClassName
{
background-color: #CB0CEA;
}
</style>
border-color css
<style>
span { border-color: #CB0CEA; }
span { border-color: rgb(203,12,234); }
td.TdClassName
{
border-color: #CB0CEA;
}
.TagClassName
{
border-color: #CB0CEA;
}
</style>