Shades of Electric Purple #CB19EA
Tints of Electric Purple #CB19EA
RGB
CMYK
RGB Variations
Color information
#CB19EA (or 0xCB19EA) is known color: Electric Purple. HEX triplet: CB, 19 and EA. RGB value is (203,25,234). Sum of RGB (Red+Green+Blue) = 203+25+234=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19EA is #34E615. Grayscale: #656565. Windows color (decimal): -3466774 or 15342027. OLE color: 15342027.
HSL color Cylindrical-coordinate representation of color #CB19EA: hue angle of 291.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19EA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 25 | 234 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.08 |
| HSL | 291.1º | 0.83% | 0.51% | - |
| HSV(B) | 291.1º | 0.89% | 0.92% | - |
| XYZ | 39.83 | 19.33 | 79.47 | - |
| YUV | 102.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 234 | 0.13 | 0.89 | 0 | 0.08 | 291.1 | 0.83 | 0.51 |
| Hex | CB | 19 | EA | D | 59 | 0 | 8 | 123 | 53 | 33 |
| Octal | 313 | 31 | 352 | 15 | 131 | 0 | 10 | 443 | 123 | 63 |
| Binary | 11001011 | 11001 | 11101010 | 1101 | 1011001 | 0 | 1000 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CB19EA
Complementary color
Monochromatic Colors of #CB19EA
Black with #CB19EA
Text Example
Text Example
White with #CB19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19EA; }
p { color: rgb(203,25,234); }
H1.HeaderClassName
{
color: #CB19EA;
}
.AnyTagClassName
{
color: #CB19EA;
}
</style>
background-color css
<style>
a { background-color: #CB19EA; }
a { background-color: rgb(203,25,234); }
div.DivClassName
{
background-color: #CB19EA;
}
.BgClassName
{
background-color: #CB19EA;
}
</style>
border-color css
<style>
span { border-color: #CB19EA; }
span { border-color: rgb(203,25,234); }
td.TdClassName
{
border-color: #CB19EA;
}
.TagClassName
{
border-color: #CB19EA;
}
</style>