Shades of Electric Purple #CB19EF
Tints of Electric Purple #CB19EF
RGB
CMYK
RGB Variations
Color information
#CB19EF (or 0xCB19EF) is known color: Electric Purple. HEX triplet: CB, 19 and EF. RGB value is (203,25,239). Sum of RGB (Red+Green+Blue) = 203+25+239=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19EF is #34E610. Grayscale: #656565. Windows color (decimal): -3466769 or 15669707. OLE color: 15669707.
HSL color Cylindrical-coordinate representation of color #CB19EF: hue angle of 289.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB19EF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 25 | 239 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.06 |
| HSL | 289.91º | 0.87% | 0.52% | - |
| HSV(B) | 289.91º | 0.9% | 0.94% | - |
| XYZ | 40.56 | 19.62 | 83.31 | - |
| YUV | 102.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 239 | 0.15 | 0.90 | 0 | 0.06 | 289.91 | 0.87 | 0.52 |
| Hex | CB | 19 | EF | F | 5A | 0 | 6 | 122 | 57 | 34 |
| Octal | 313 | 31 | 357 | 17 | 132 | 0 | 6 | 442 | 127 | 64 |
| Binary | 11001011 | 11001 | 11101111 | 1111 | 1011010 | 0 | 110 | 100100010 | 1010111 | 110100 |
Color Harmonies of #CB19EF
Complementary color
Monochromatic Colors of #CB19EF
Black with #CB19EF
Text Example
Text Example
White with #CB19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19EF; }
p { color: rgb(203,25,239); }
H1.HeaderClassName
{
color: #CB19EF;
}
.AnyTagClassName
{
color: #CB19EF;
}
</style>
background-color css
<style>
a { background-color: #CB19EF; }
a { background-color: rgb(203,25,239); }
div.DivClassName
{
background-color: #CB19EF;
}
.BgClassName
{
background-color: #CB19EF;
}
</style>
border-color css
<style>
span { border-color: #CB19EF; }
span { border-color: rgb(203,25,239); }
td.TdClassName
{
border-color: #CB19EF;
}
.TagClassName
{
border-color: #CB19EF;
}
</style>