Shades of Electric Purple #CB1CF3
Tints of Electric Purple #CB1CF3
RGB
CMYK
RGB Variations
Color information
#CB1CF3 (or 0xCB1CF3) is known color: Electric Purple. HEX triplet: CB, 1C and F3. RGB value is (203,28,243). Sum of RGB (Red+Green+Blue) = 203+28+243=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB1CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CF3 is #34E30C. Grayscale: #686868. Windows color (decimal): -3465997 or 15932619. OLE color: 15932619.
HSL color Cylindrical-coordinate representation of color #CB1CF3: hue angle of 288.84º degrees, saturation: 0.9, 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 #CB1CF3 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 28 | 243 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 288.84º | 0.9% | 0.53% | - |
| HSV(B) | 288.84º | 0.88% | 0.95% | - |
| XYZ | 41.22 | 20 | 86.48 | - |
| YUV | 104.84 | 205.98 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 243 | 0.16 | 0.88 | 0 | 0.05 | 288.84 | 0.9 | 0.53 |
| Hex | CB | 1C | F3 | 10 | 58 | 0 | 5 | 121 | 5A | 35 |
| Octal | 313 | 34 | 363 | 20 | 130 | 0 | 5 | 441 | 132 | 65 |
| Binary | 11001011 | 11100 | 11110011 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011010 | 110101 |
Color Harmonies of #CB1CF3
Complementary color
Monochromatic Colors of #CB1CF3
Black with #CB1CF3
Text Example
Text Example
White with #CB1CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CF3; }
p { color: rgb(203,28,243); }
H1.HeaderClassName
{
color: #CB1CF3;
}
.AnyTagClassName
{
color: #CB1CF3;
}
</style>
background-color css
<style>
a { background-color: #CB1CF3; }
a { background-color: rgb(203,28,243); }
div.DivClassName
{
background-color: #CB1CF3;
}
.BgClassName
{
background-color: #CB1CF3;
}
</style>
border-color css
<style>
span { border-color: #CB1CF3; }
span { border-color: rgb(203,28,243); }
td.TdClassName
{
border-color: #CB1CF3;
}
.TagClassName
{
border-color: #CB1CF3;
}
</style>