Shades of Electric Purple #CB11F1
Tints of Electric Purple #CB11F1
RGB
CMYK
RGB Variations
Color information
#CB11F1 (or 0xCB11F1) is known color: Electric Purple. HEX triplet: CB, 11 and F1. RGB value is (203,17,241). Sum of RGB (Red+Green+Blue) = 203+17+241=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB11F1 is #34EE0E. Grayscale: #616161. Windows color (decimal): -3468815 or 15798731. OLE color: 15798731.
HSL color Cylindrical-coordinate representation of color #CB11F1: hue angle of 289.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB11F1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 17 | 241 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.05 |
| HSL | 289.82º | 0.89% | 0.51% | - |
| HSV(B) | 289.82º | 0.93% | 0.95% | - |
| XYZ | 40.71 | 19.45 | 84.83 | - |
| YUV | 98.15 | 208.62 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 241 | 0.16 | 0.93 | 0 | 0.05 | 289.82 | 0.89 | 0.51 |
| Hex | CB | 11 | F1 | 10 | 5D | 0 | 5 | 122 | 59 | 33 |
| Octal | 313 | 21 | 361 | 20 | 135 | 0 | 5 | 442 | 131 | 63 |
| Binary | 11001011 | 10001 | 11110001 | 10000 | 1011101 | 0 | 101 | 100100010 | 1011001 | 110011 |
Color Harmonies of #CB11F1
Complementary color
Monochromatic Colors of #CB11F1
Black with #CB11F1
Text Example
Text Example
White with #CB11F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11F1; }
p { color: rgb(203,17,241); }
H1.HeaderClassName
{
color: #CB11F1;
}
.AnyTagClassName
{
color: #CB11F1;
}
</style>
background-color css
<style>
a { background-color: #CB11F1; }
a { background-color: rgb(203,17,241); }
div.DivClassName
{
background-color: #CB11F1;
}
.BgClassName
{
background-color: #CB11F1;
}
</style>
border-color css
<style>
span { border-color: #CB11F1; }
span { border-color: rgb(203,17,241); }
td.TdClassName
{
border-color: #CB11F1;
}
.TagClassName
{
border-color: #CB11F1;
}
</style>