Shades of Electric Purple #CB1EEF
Tints of Electric Purple #CB1EEF
RGB
CMYK
RGB Variations
Color information
#CB1EEF (or 0xCB1EEF) is known color: Electric Purple. HEX triplet: CB, 1E and EF. RGB value is (203,30,239). Sum of RGB (Red+Green+Blue) = 203+30+239=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EEF is #34E110. Grayscale: #686868. Windows color (decimal): -3465489 or 15670987. OLE color: 15670987.
HSL color Cylindrical-coordinate representation of color #CB1EEF: hue angle of 289.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1EEF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 30 | 239 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.06 |
| HSL | 289.67º | 0.87% | 0.53% | - |
| HSV(B) | 289.67º | 0.87% | 0.94% | - |
| XYZ | 40.67 | 19.86 | 83.35 | - |
| YUV | 105.55 | 203.31 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 239 | 0.15 | 0.87 | 0 | 0.06 | 289.67 | 0.87 | 0.53 |
| Hex | CB | 1E | EF | F | 57 | 0 | 6 | 122 | 57 | 35 |
| Octal | 313 | 36 | 357 | 17 | 127 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001011 | 11110 | 11101111 | 1111 | 1010111 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CB1EEF
Complementary color
Monochromatic Colors of #CB1EEF
Black with #CB1EEF
Text Example
Text Example
White with #CB1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EEF; }
p { color: rgb(203,30,239); }
H1.HeaderClassName
{
color: #CB1EEF;
}
.AnyTagClassName
{
color: #CB1EEF;
}
</style>
background-color css
<style>
a { background-color: #CB1EEF; }
a { background-color: rgb(203,30,239); }
div.DivClassName
{
background-color: #CB1EEF;
}
.BgClassName
{
background-color: #CB1EEF;
}
</style>
border-color css
<style>
span { border-color: #CB1EEF; }
span { border-color: rgb(203,30,239); }
td.TdClassName
{
border-color: #CB1EEF;
}
.TagClassName
{
border-color: #CB1EEF;
}
</style>