Shades of Electric Purple #CB1FED
Tints of Electric Purple #CB1FED
RGB
CMYK
RGB Variations
Color information
#CB1FED (or 0xCB1FED) is known color: Electric Purple. HEX triplet: CB, 1F and ED. RGB value is (203,31,237). Sum of RGB (Red+Green+Blue) = 203+31+237=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1FED is #34E012. Grayscale: #696969. Windows color (decimal): -3465235 or 15540171. OLE color: 15540171.
HSL color Cylindrical-coordinate representation of color #CB1FED: hue angle of 290.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1FED is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 31 | 237 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.1º | 0.85% | 0.53% | - |
| HSV(B) | 290.1º | 0.87% | 0.93% | - |
| XYZ | 40.4 | 19.79 | 81.81 | - |
| YUV | 105.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 237 | 0.14 | 0.87 | 0 | 0.07 | 290.1 | 0.85 | 0.53 |
| Hex | CB | 1F | ED | E | 57 | 0 | 7 | 122 | 55 | 35 |
| Octal | 313 | 37 | 355 | 16 | 127 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001011 | 11111 | 11101101 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CB1FED
Complementary color
Monochromatic Colors of #CB1FED
Black with #CB1FED
Text Example
Text Example
White with #CB1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FED; }
p { color: rgb(203,31,237); }
H1.HeaderClassName
{
color: #CB1FED;
}
.AnyTagClassName
{
color: #CB1FED;
}
</style>
background-color css
<style>
a { background-color: #CB1FED; }
a { background-color: rgb(203,31,237); }
div.DivClassName
{
background-color: #CB1FED;
}
.BgClassName
{
background-color: #CB1FED;
}
</style>
border-color css
<style>
span { border-color: #CB1FED; }
span { border-color: rgb(203,31,237); }
td.TdClassName
{
border-color: #CB1FED;
}
.TagClassName
{
border-color: #CB1FED;
}
</style>