Shades of Electric Purple #CB1DF1
Tints of Electric Purple #CB1DF1
RGB
CMYK
RGB Variations
Color information
#CB1DF1 (or 0xCB1DF1) is known color: Electric Purple. HEX triplet: CB, 1D and F1. RGB value is (203,29,241). Sum of RGB (Red+Green+Blue) = 203+29+241=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB1DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DF1 is #34E20E. Grayscale: #686868. Windows color (decimal): -3465743 or 15801803. OLE color: 15801803.
HSL color Cylindrical-coordinate representation of color #CB1DF1: hue angle of 289.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DF1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 29 | 241 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 289.25º | 0.88% | 0.53% | - |
| HSV(B) | 289.25º | 0.88% | 0.95% | - |
| XYZ | 40.95 | 19.93 | 84.91 | - |
| YUV | 105.19 | 204.65 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 241 | 0.16 | 0.88 | 0 | 0.05 | 289.25 | 0.88 | 0.53 |
| Hex | CB | 1D | F1 | 10 | 58 | 0 | 5 | 121 | 58 | 35 |
| Octal | 313 | 35 | 361 | 20 | 130 | 0 | 5 | 441 | 130 | 65 |
| Binary | 11001011 | 11101 | 11110001 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011000 | 110101 |
Color Harmonies of #CB1DF1
Complementary color
Monochromatic Colors of #CB1DF1
Black with #CB1DF1
Text Example
Text Example
White with #CB1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DF1; }
p { color: rgb(203,29,241); }
H1.HeaderClassName
{
color: #CB1DF1;
}
.AnyTagClassName
{
color: #CB1DF1;
}
</style>
background-color css
<style>
a { background-color: #CB1DF1; }
a { background-color: rgb(203,29,241); }
div.DivClassName
{
background-color: #CB1DF1;
}
.BgClassName
{
background-color: #CB1DF1;
}
</style>
border-color css
<style>
span { border-color: #CB1DF1; }
span { border-color: rgb(203,29,241); }
td.TdClassName
{
border-color: #CB1DF1;
}
.TagClassName
{
border-color: #CB1DF1;
}
</style>