Shades of Electric Purple #CB14EF
Tints of Electric Purple #CB14EF
RGB
CMYK
RGB Variations
Color information
#CB14EF (or 0xCB14EF) is known color: Electric Purple. HEX triplet: CB, 14 and EF. RGB value is (203,20,239). Sum of RGB (Red+Green+Blue) = 203+20+239=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB14EF is #34EB10. Grayscale: #626262. Windows color (decimal): -3468049 or 15668427. OLE color: 15668427.
HSL color Cylindrical-coordinate representation of color #CB14EF: hue angle of 290.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB14EF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 20 | 239 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.06 |
| HSL | 290.14º | 0.87% | 0.51% | - |
| HSV(B) | 290.14º | 0.92% | 0.94% | - |
| XYZ | 40.46 | 19.43 | 83.28 | - |
| YUV | 99.68 | 206.63 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 239 | 0.15 | 0.92 | 0 | 0.06 | 290.14 | 0.87 | 0.51 |
| Hex | CB | 14 | EF | F | 5C | 0 | 6 | 122 | 57 | 33 |
| Octal | 313 | 24 | 357 | 17 | 134 | 0 | 6 | 442 | 127 | 63 |
| Binary | 11001011 | 10100 | 11101111 | 1111 | 1011100 | 0 | 110 | 100100010 | 1010111 | 110011 |
Color Harmonies of #CB14EF
Complementary color
Monochromatic Colors of #CB14EF
Black with #CB14EF
Text Example
Text Example
White with #CB14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14EF; }
p { color: rgb(203,20,239); }
H1.HeaderClassName
{
color: #CB14EF;
}
.AnyTagClassName
{
color: #CB14EF;
}
</style>
background-color css
<style>
a { background-color: #CB14EF; }
a { background-color: rgb(203,20,239); }
div.DivClassName
{
background-color: #CB14EF;
}
.BgClassName
{
background-color: #CB14EF;
}
</style>
border-color css
<style>
span { border-color: #CB14EF; }
span { border-color: rgb(203,20,239); }
td.TdClassName
{
border-color: #CB14EF;
}
.TagClassName
{
border-color: #CB14EF;
}
</style>