Shades of Electric Purple #CB1CF0
Tints of Electric Purple #CB1CF0
RGB
CMYK
RGB Variations
Color information
#CB1CF0 (or 0xCB1CF0) is known color: Electric Purple. HEX triplet: CB, 1C and F0. RGB value is (203,28,240). Sum of RGB (Red+Green+Blue) = 203+28+240=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB1CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CF0 is #34E30F. Grayscale: #676767. Windows color (decimal): -3466000 or 15736011. OLE color: 15736011.
HSL color Cylindrical-coordinate representation of color #CB1CF0: hue angle of 289.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1CF0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 28 | 240 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.06 |
| HSL | 289.53º | 0.88% | 0.53% | - |
| HSV(B) | 289.53º | 0.88% | 0.94% | - |
| XYZ | 40.77 | 19.82 | 84.11 | - |
| YUV | 104.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 240 | 0.15 | 0.88 | 0 | 0.06 | 289.53 | 0.88 | 0.53 |
| Hex | CB | 1C | F0 | F | 58 | 0 | 6 | 122 | 58 | 35 |
| Octal | 313 | 34 | 360 | 17 | 130 | 0 | 6 | 442 | 130 | 65 |
| Binary | 11001011 | 11100 | 11110000 | 1111 | 1011000 | 0 | 110 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CB1CF0
Complementary color
Monochromatic Colors of #CB1CF0
Black with #CB1CF0
Text Example
Text Example
White with #CB1CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CF0; }
p { color: rgb(203,28,240); }
H1.HeaderClassName
{
color: #CB1CF0;
}
.AnyTagClassName
{
color: #CB1CF0;
}
</style>
background-color css
<style>
a { background-color: #CB1CF0; }
a { background-color: rgb(203,28,240); }
div.DivClassName
{
background-color: #CB1CF0;
}
.BgClassName
{
background-color: #CB1CF0;
}
</style>
border-color css
<style>
span { border-color: #CB1CF0; }
span { border-color: rgb(203,28,240); }
td.TdClassName
{
border-color: #CB1CF0;
}
.TagClassName
{
border-color: #CB1CF0;
}
</style>