Shades of Electric Purple #CB18E9
Tints of Electric Purple #CB18E9
RGB
CMYK
RGB Variations
Color information
#CB18E9 (or 0xCB18E9) is known color: Electric Purple. HEX triplet: CB, 18 and E9. RGB value is (203,24,233). Sum of RGB (Red+Green+Blue) = 203+24+233=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB18E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18E9 is #34E716. Grayscale: #646464. Windows color (decimal): -3467031 or 15276235. OLE color: 15276235.
HSL color Cylindrical-coordinate representation of color #CB18E9: hue angle of 291.39º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18E9 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 24 | 233 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.09 |
| HSL | 291.39º | 0.83% | 0.5% | - |
| HSV(B) | 291.39º | 0.9% | 0.91% | - |
| XYZ | 39.66 | 19.23 | 78.71 | - |
| YUV | 101.35 | 202.3 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 233 | 0.13 | 0.90 | 0 | 0.09 | 291.39 | 0.83 | 0.5 |
| Hex | CB | 18 | E9 | D | 5A | 0 | 9 | 123 | 53 | 32 |
| Octal | 313 | 30 | 351 | 15 | 132 | 0 | 11 | 443 | 123 | 62 |
| Binary | 11001011 | 11000 | 11101001 | 1101 | 1011010 | 0 | 1001 | 100100011 | 1010011 | 110010 |
Color Harmonies of #CB18E9
Complementary color
Monochromatic Colors of #CB18E9
Black with #CB18E9
Text Example
Text Example
White with #CB18E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18E9; }
p { color: rgb(203,24,233); }
H1.HeaderClassName
{
color: #CB18E9;
}
.AnyTagClassName
{
color: #CB18E9;
}
</style>
background-color css
<style>
a { background-color: #CB18E9; }
a { background-color: rgb(203,24,233); }
div.DivClassName
{
background-color: #CB18E9;
}
.BgClassName
{
background-color: #CB18E9;
}
</style>
border-color css
<style>
span { border-color: #CB18E9; }
span { border-color: rgb(203,24,233); }
td.TdClassName
{
border-color: #CB18E9;
}
.TagClassName
{
border-color: #CB18E9;
}
</style>