Shades of Electric Purple #CB20F1
Tints of Electric Purple #CB20F1
RGB
CMYK
RGB Variations
Color information
#CB20F1 (or 0xCB20F1) is known color: Electric Purple. HEX triplet: CB, 20 and F1. RGB value is (203,32,241). Sum of RGB (Red+Green+Blue) = 203+32+241=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20F1 is #34DF0E. Grayscale: #6A6A6A. Windows color (decimal): -3464975 or 15802571. OLE color: 15802571.
HSL color Cylindrical-coordinate representation of color #CB20F1: hue angle of 289.09º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB20F1 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 32 | 241 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.05 |
| HSL | 289.09º | 0.88% | 0.54% | - |
| HSV(B) | 289.09º | 0.87% | 0.95% | - |
| XYZ | 41.02 | 20.08 | 84.93 | - |
| YUV | 106.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 241 | 0.16 | 0.87 | 0 | 0.05 | 289.09 | 0.88 | 0.54 |
| Hex | CB | 20 | F1 | 10 | 57 | 0 | 5 | 121 | 58 | 36 |
| Octal | 313 | 40 | 361 | 20 | 127 | 0 | 5 | 441 | 130 | 66 |
| Binary | 11001011 | 100000 | 11110001 | 10000 | 1010111 | 0 | 101 | 100100001 | 1011000 | 110110 |
Color Harmonies of #CB20F1
Complementary color
Monochromatic Colors of #CB20F1
Black with #CB20F1
Text Example
Text Example
White with #CB20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20F1; }
p { color: rgb(203,32,241); }
H1.HeaderClassName
{
color: #CB20F1;
}
.AnyTagClassName
{
color: #CB20F1;
}
</style>
background-color css
<style>
a { background-color: #CB20F1; }
a { background-color: rgb(203,32,241); }
div.DivClassName
{
background-color: #CB20F1;
}
.BgClassName
{
background-color: #CB20F1;
}
</style>
border-color css
<style>
span { border-color: #CB20F1; }
span { border-color: rgb(203,32,241); }
td.TdClassName
{
border-color: #CB20F1;
}
.TagClassName
{
border-color: #CB20F1;
}
</style>