Shades of Electric Purple #CB1CF1
Tints of Electric Purple #CB1CF1
RGB
CMYK
RGB Variations
Color information
#CB1CF1 (or 0xCB1CF1) is known color: Electric Purple. HEX triplet: CB, 1C and F1. RGB value is (203,28,241). Sum of RGB (Red+Green+Blue) = 203+28+241=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CF1 is #34E30E. Grayscale: #676767. Windows color (decimal): -3465999 or 15801547. OLE color: 15801547.
HSL color Cylindrical-coordinate representation of color #CB1CF1: hue angle of 289.3º 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 #CB1CF1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 28 | 241 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 289.3º | 0.88% | 0.53% | - |
| HSV(B) | 289.3º | 0.88% | 0.95% | - |
| XYZ | 40.92 | 19.88 | 84.9 | - |
| YUV | 104.61 | 204.98 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 241 | 0.16 | 0.88 | 0 | 0.05 | 289.3 | 0.88 | 0.53 |
| Hex | CB | 1C | F1 | 10 | 58 | 0 | 5 | 121 | 58 | 35 |
| Octal | 313 | 34 | 361 | 20 | 130 | 0 | 5 | 441 | 130 | 65 |
| Binary | 11001011 | 11100 | 11110001 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011000 | 110101 |
Color Harmonies of #CB1CF1
Complementary color
Monochromatic Colors of #CB1CF1
Black with #CB1CF1
Text Example
Text Example
White with #CB1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CF1; }
p { color: rgb(203,28,241); }
H1.HeaderClassName
{
color: #CB1CF1;
}
.AnyTagClassName
{
color: #CB1CF1;
}
</style>
background-color css
<style>
a { background-color: #CB1CF1; }
a { background-color: rgb(203,28,241); }
div.DivClassName
{
background-color: #CB1CF1;
}
.BgClassName
{
background-color: #CB1CF1;
}
</style>
border-color css
<style>
span { border-color: #CB1CF1; }
span { border-color: rgb(203,28,241); }
td.TdClassName
{
border-color: #CB1CF1;
}
.TagClassName
{
border-color: #CB1CF1;
}
</style>