Shades of Electric Purple #CB01EA
Tints of Electric Purple #CB01EA
RGB
CMYK
RGB Variations
Color information
#CB01EA (or 0xCB01EA) is known color: Electric Purple. HEX triplet: CB, 01 and EA. RGB value is (203,1,234). Sum of RGB (Red+Green+Blue) = 203+1+234=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB01EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01EA is #34FE15. Grayscale: #575757. Windows color (decimal): -3472918 or 15335883. OLE color: 15335883.
HSL color Cylindrical-coordinate representation of color #CB01EA: hue angle of 292.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01EA is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 1 | 234 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.08 |
| HSL | 292.02º | 0.99% | 0.46% | - |
| HSV(B) | 292.02º | 1% | 0.92% | - |
| XYZ | 39.49 | 18.66 | 79.36 | - |
| YUV | 87.96 | 210.42 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 234 | 0.13 | 1.00 | 0 | 0.08 | 292.02 | 0.99 | 0.46 |
| Hex | CB | 1 | EA | D | 64 | 0 | 8 | 124 | 63 | 2E |
| Octal | 313 | 1 | 352 | 15 | 144 | 0 | 10 | 444 | 143 | 56 |
| Binary | 11001011 | 1 | 11101010 | 1101 | 1100100 | 0 | 1000 | 100100100 | 1100011 | 101110 |
Color Harmonies of #CB01EA
Complementary color
Monochromatic Colors of #CB01EA
Black with #CB01EA
Text Example
Text Example
White with #CB01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01EA; }
p { color: rgb(203,1,234); }
H1.HeaderClassName
{
color: #CB01EA;
}
.AnyTagClassName
{
color: #CB01EA;
}
</style>
background-color css
<style>
a { background-color: #CB01EA; }
a { background-color: rgb(203,1,234); }
div.DivClassName
{
background-color: #CB01EA;
}
.BgClassName
{
background-color: #CB01EA;
}
</style>
border-color css
<style>
span { border-color: #CB01EA; }
span { border-color: rgb(203,1,234); }
td.TdClassName
{
border-color: #CB01EA;
}
.TagClassName
{
border-color: #CB01EA;
}
</style>