Shades of Electric Purple #CB2CEF
Tints of Electric Purple #CB2CEF
RGB
CMYK
RGB Variations
Color information
#CB2CEF (or 0xCB2CEF) is known color: Electric Purple. HEX triplet: CB, 2C and EF. RGB value is (203,44,239). Sum of RGB (Red+Green+Blue) = 203+44+239=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CEF is #34D310. Grayscale: #717171. Windows color (decimal): -3461905 or 15674571. OLE color: 15674571.
HSL color Cylindrical-coordinate representation of color #CB2CEF: hue angle of 288.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2CEF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 44 | 239 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.06 |
| HSL | 288.92º | 0.86% | 0.55% | - |
| HSV(B) | 288.92º | 0.82% | 0.94% | - |
| XYZ | 41.11 | 20.73 | 83.5 | - |
| YUV | 113.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 239 | 0.15 | 0.82 | 0 | 0.06 | 288.92 | 0.86 | 0.55 |
| Hex | CB | 2C | EF | F | 52 | 0 | 6 | 121 | 56 | 37 |
| Octal | 313 | 54 | 357 | 17 | 122 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001011 | 101100 | 11101111 | 1111 | 1010010 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CB2CEF
Complementary color
Monochromatic Colors of #CB2CEF
Black with #CB2CEF
Text Example
Text Example
White with #CB2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CEF; }
p { color: rgb(203,44,239); }
H1.HeaderClassName
{
color: #CB2CEF;
}
.AnyTagClassName
{
color: #CB2CEF;
}
</style>
background-color css
<style>
a { background-color: #CB2CEF; }
a { background-color: rgb(203,44,239); }
div.DivClassName
{
background-color: #CB2CEF;
}
.BgClassName
{
background-color: #CB2CEF;
}
</style>
border-color css
<style>
span { border-color: #CB2CEF; }
span { border-color: rgb(203,44,239); }
td.TdClassName
{
border-color: #CB2CEF;
}
.TagClassName
{
border-color: #CB2CEF;
}
</style>