Shades of Electric Purple #CB0FEA
Tints of Electric Purple #CB0FEA
RGB
CMYK
RGB Variations
Color information
#CB0FEA (or 0xCB0FEA) is known color: Electric Purple. HEX triplet: CB, 0F and EA. RGB value is (203,15,234). Sum of RGB (Red+Green+Blue) = 203+15+234=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FEA is #34F015. Grayscale: #5F5F5F. Windows color (decimal): -3469334 or 15339467. OLE color: 15339467.
HSL color Cylindrical-coordinate representation of color #CB0FEA: hue angle of 291.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0FEA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 15 | 234 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.08 |
| HSL | 291.51º | 0.88% | 0.49% | - |
| HSV(B) | 291.51º | 0.94% | 0.92% | - |
| XYZ | 39.65 | 18.98 | 79.42 | - |
| YUV | 96.18 | 205.78 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 234 | 0.13 | 0.94 | 0 | 0.08 | 291.51 | 0.88 | 0.49 |
| Hex | CB | F | EA | D | 5E | 0 | 8 | 124 | 58 | 31 |
| Octal | 313 | 17 | 352 | 15 | 136 | 0 | 10 | 444 | 130 | 61 |
| Binary | 11001011 | 1111 | 11101010 | 1101 | 1011110 | 0 | 1000 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CB0FEA
Complementary color
Monochromatic Colors of #CB0FEA
Black with #CB0FEA
Text Example
Text Example
White with #CB0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FEA; }
p { color: rgb(203,15,234); }
H1.HeaderClassName
{
color: #CB0FEA;
}
.AnyTagClassName
{
color: #CB0FEA;
}
</style>
background-color css
<style>
a { background-color: #CB0FEA; }
a { background-color: rgb(203,15,234); }
div.DivClassName
{
background-color: #CB0FEA;
}
.BgClassName
{
background-color: #CB0FEA;
}
</style>
border-color css
<style>
span { border-color: #CB0FEA; }
span { border-color: rgb(203,15,234); }
td.TdClassName
{
border-color: #CB0FEA;
}
.TagClassName
{
border-color: #CB0FEA;
}
</style>