Shades of Electric Purple #CB0EF2
Tints of Electric Purple #CB0EF2
RGB
CMYK
RGB Variations
Color information
#CB0EF2 (or 0xCB0EF2) is known color: Electric Purple. HEX triplet: CB, 0E and F2. RGB value is (203,14,242). Sum of RGB (Red+Green+Blue) = 203+14+242=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB0EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EF2 is #34F10D. Grayscale: #5F5F5F. Windows color (decimal): -3469582 or 15863499. OLE color: 15863499.
HSL color Cylindrical-coordinate representation of color #CB0EF2: hue angle of 289.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EF2 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 14 | 242 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.05 |
| HSL | 289.74º | 0.9% | 0.5% | - |
| HSV(B) | 289.74º | 0.94% | 0.95% | - |
| XYZ | 40.81 | 19.42 | 85.6 | - |
| YUV | 96.5 | 210.12 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 242 | 0.16 | 0.94 | 0 | 0.05 | 289.74 | 0.9 | 0.5 |
| Hex | CB | E | F2 | 10 | 5E | 0 | 5 | 122 | 5A | 32 |
| Octal | 313 | 16 | 362 | 20 | 136 | 0 | 5 | 442 | 132 | 62 |
| Binary | 11001011 | 1110 | 11110010 | 10000 | 1011110 | 0 | 101 | 100100010 | 1011010 | 110010 |
Color Harmonies of #CB0EF2
Complementary color
Monochromatic Colors of #CB0EF2
Black with #CB0EF2
Text Example
Text Example
White with #CB0EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EF2; }
p { color: rgb(203,14,242); }
H1.HeaderClassName
{
color: #CB0EF2;
}
.AnyTagClassName
{
color: #CB0EF2;
}
</style>
background-color css
<style>
a { background-color: #CB0EF2; }
a { background-color: rgb(203,14,242); }
div.DivClassName
{
background-color: #CB0EF2;
}
.BgClassName
{
background-color: #CB0EF2;
}
</style>
border-color css
<style>
span { border-color: #CB0EF2; }
span { border-color: rgb(203,14,242); }
td.TdClassName
{
border-color: #CB0EF2;
}
.TagClassName
{
border-color: #CB0EF2;
}
</style>