Shades of Electric Purple #CB1CEA
Tints of Electric Purple #CB1CEA
RGB
CMYK
RGB Variations
Color information
#CB1CEA (or 0xCB1CEA) is known color: Electric Purple. HEX triplet: CB, 1C and EA. RGB value is (203,28,234). Sum of RGB (Red+Green+Blue) = 203+28+234=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB1CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CEA is #34E315. Grayscale: #676767. Windows color (decimal): -3466006 or 15342795. OLE color: 15342795.
HSL color Cylindrical-coordinate representation of color #CB1CEA: hue angle of 290.97º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1CEA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 28 | 234 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.08 |
| HSL | 290.97º | 0.83% | 0.51% | - |
| HSV(B) | 290.97º | 0.88% | 0.92% | - |
| XYZ | 39.9 | 19.47 | 79.5 | - |
| YUV | 103.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 234 | 0.13 | 0.88 | 0 | 0.08 | 290.97 | 0.83 | 0.51 |
| Hex | CB | 1C | EA | D | 58 | 0 | 8 | 123 | 53 | 33 |
| Octal | 313 | 34 | 352 | 15 | 130 | 0 | 10 | 443 | 123 | 63 |
| Binary | 11001011 | 11100 | 11101010 | 1101 | 1011000 | 0 | 1000 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CB1CEA
Complementary color
Monochromatic Colors of #CB1CEA
Black with #CB1CEA
Text Example
Text Example
White with #CB1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CEA; }
p { color: rgb(203,28,234); }
H1.HeaderClassName
{
color: #CB1CEA;
}
.AnyTagClassName
{
color: #CB1CEA;
}
</style>
background-color css
<style>
a { background-color: #CB1CEA; }
a { background-color: rgb(203,28,234); }
div.DivClassName
{
background-color: #CB1CEA;
}
.BgClassName
{
background-color: #CB1CEA;
}
</style>
border-color css
<style>
span { border-color: #CB1CEA; }
span { border-color: rgb(203,28,234); }
td.TdClassName
{
border-color: #CB1CEA;
}
.TagClassName
{
border-color: #CB1CEA;
}
</style>