Shades of Electric Purple #CB04EE
Tints of Electric Purple #CB04EE
RGB
CMYK
RGB Variations
Color information
#CB04EE (or 0xCB04EE) is known color: Electric Purple. HEX triplet: CB, 04 and EE. RGB value is (203,4,238). Sum of RGB (Red+Green+Blue) = 203+4+238=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04EE is #34FB11. Grayscale: #595959. Windows color (decimal): -3472146 or 15598795. OLE color: 15598795.
HSL color Cylindrical-coordinate representation of color #CB04EE: hue angle of 291.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04EE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 4 | 238 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.07 |
| HSL | 291.03º | 0.97% | 0.47% | - |
| HSV(B) | 291.03º | 0.98% | 0.93% | - |
| XYZ | 40.1 | 18.96 | 82.43 | - |
| YUV | 90.18 | 211.43 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 238 | 0.15 | 0.98 | 0 | 0.07 | 291.03 | 0.97 | 0.47 |
| Hex | CB | 4 | EE | F | 62 | 0 | 7 | 123 | 61 | 2F |
| Octal | 313 | 4 | 356 | 17 | 142 | 0 | 7 | 443 | 141 | 57 |
| Binary | 11001011 | 100 | 11101110 | 1111 | 1100010 | 0 | 111 | 100100011 | 1100001 | 101111 |
Color Harmonies of #CB04EE
Complementary color
Monochromatic Colors of #CB04EE
Black with #CB04EE
Text Example
Text Example
White with #CB04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04EE; }
p { color: rgb(203,4,238); }
H1.HeaderClassName
{
color: #CB04EE;
}
.AnyTagClassName
{
color: #CB04EE;
}
</style>
background-color css
<style>
a { background-color: #CB04EE; }
a { background-color: rgb(203,4,238); }
div.DivClassName
{
background-color: #CB04EE;
}
.BgClassName
{
background-color: #CB04EE;
}
</style>
border-color css
<style>
span { border-color: #CB04EE; }
span { border-color: rgb(203,4,238); }
td.TdClassName
{
border-color: #CB04EE;
}
.TagClassName
{
border-color: #CB04EE;
}
</style>