Shades of Electric Purple #CB19EE
Tints of Electric Purple #CB19EE
RGB
CMYK
RGB Variations
Color information
#CB19EE (or 0xCB19EE) is known color: Electric Purple. HEX triplet: CB, 19 and EE. RGB value is (203,25,238). Sum of RGB (Red+Green+Blue) = 203+25+238=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19EE is #34E611. Grayscale: #656565. Windows color (decimal): -3466770 or 15604171. OLE color: 15604171.
HSL color Cylindrical-coordinate representation of color #CB19EE: hue angle of 290.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19EE is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 25 | 238 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.07 |
| HSL | 290.14º | 0.86% | 0.52% | - |
| HSV(B) | 290.14º | 0.89% | 0.93% | - |
| XYZ | 40.41 | 19.56 | 82.54 | - |
| YUV | 102.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 238 | 0.15 | 0.89 | 0 | 0.07 | 290.14 | 0.86 | 0.52 |
| Hex | CB | 19 | EE | F | 59 | 0 | 7 | 122 | 56 | 34 |
| Octal | 313 | 31 | 356 | 17 | 131 | 0 | 7 | 442 | 126 | 64 |
| Binary | 11001011 | 11001 | 11101110 | 1111 | 1011001 | 0 | 111 | 100100010 | 1010110 | 110100 |
Color Harmonies of #CB19EE
Complementary color
Monochromatic Colors of #CB19EE
Black with #CB19EE
Text Example
Text Example
White with #CB19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19EE; }
p { color: rgb(203,25,238); }
H1.HeaderClassName
{
color: #CB19EE;
}
.AnyTagClassName
{
color: #CB19EE;
}
</style>
background-color css
<style>
a { background-color: #CB19EE; }
a { background-color: rgb(203,25,238); }
div.DivClassName
{
background-color: #CB19EE;
}
.BgClassName
{
background-color: #CB19EE;
}
</style>
border-color css
<style>
span { border-color: #CB19EE; }
span { border-color: rgb(203,25,238); }
td.TdClassName
{
border-color: #CB19EE;
}
.TagClassName
{
border-color: #CB19EE;
}
</style>