Shades of Electric Purple #CB20EF
Tints of Electric Purple #CB20EF
RGB
CMYK
RGB Variations
Color information
#CB20EF (or 0xCB20EF) is known color: Electric Purple. HEX triplet: CB, 20 and EF. RGB value is (203,32,239). Sum of RGB (Red+Green+Blue) = 203+32+239=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20EF is #34DF10. Grayscale: #6A6A6A. Windows color (decimal): -3464977 or 15671499. OLE color: 15671499.
HSL color Cylindrical-coordinate representation of color #CB20EF: hue angle of 289.57º 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 #CB20EF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 32 | 239 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.06 |
| HSL | 289.57º | 0.87% | 0.53% | - |
| HSV(B) | 289.57º | 0.87% | 0.94% | - |
| XYZ | 40.73 | 19.96 | 83.37 | - |
| YUV | 106.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 239 | 0.15 | 0.87 | 0 | 0.06 | 289.57 | 0.87 | 0.53 |
| Hex | CB | 20 | EF | F | 57 | 0 | 6 | 122 | 57 | 35 |
| Octal | 313 | 40 | 357 | 17 | 127 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001011 | 100000 | 11101111 | 1111 | 1010111 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CB20EF
Complementary color
Monochromatic Colors of #CB20EF
Black with #CB20EF
Text Example
Text Example
White with #CB20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20EF; }
p { color: rgb(203,32,239); }
H1.HeaderClassName
{
color: #CB20EF;
}
.AnyTagClassName
{
color: #CB20EF;
}
</style>
background-color css
<style>
a { background-color: #CB20EF; }
a { background-color: rgb(203,32,239); }
div.DivClassName
{
background-color: #CB20EF;
}
.BgClassName
{
background-color: #CB20EF;
}
</style>
border-color css
<style>
span { border-color: #CB20EF; }
span { border-color: rgb(203,32,239); }
td.TdClassName
{
border-color: #CB20EF;
}
.TagClassName
{
border-color: #CB20EF;
}
</style>