Shades of Electric Purple #CB21F0
Tints of Electric Purple #CB21F0
RGB
CMYK
RGB Variations
Color information
#CB21F0 (or 0xCB21F0) is known color: Electric Purple. HEX triplet: CB, 21 and F0. RGB value is (203,33,240). Sum of RGB (Red+Green+Blue) = 203+33+240=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB21F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21F0 is #34DE0F. Grayscale: #6A6A6A. Windows color (decimal): -3464720 or 15737291. OLE color: 15737291.
HSL color Cylindrical-coordinate representation of color #CB21F0: hue angle of 289.28º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB21F0 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 33 | 240 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.06 |
| HSL | 289.28º | 0.87% | 0.54% | - |
| HSV(B) | 289.28º | 0.86% | 0.94% | - |
| XYZ | 40.9 | 20.08 | 84.16 | - |
| YUV | 107.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 240 | 0.15 | 0.86 | 0 | 0.06 | 289.28 | 0.87 | 0.54 |
| Hex | CB | 21 | F0 | F | 56 | 0 | 6 | 121 | 57 | 36 |
| Octal | 313 | 41 | 360 | 17 | 126 | 0 | 6 | 441 | 127 | 66 |
| Binary | 11001011 | 100001 | 11110000 | 1111 | 1010110 | 0 | 110 | 100100001 | 1010111 | 110110 |
Color Harmonies of #CB21F0
Complementary color
Monochromatic Colors of #CB21F0
Black with #CB21F0
Text Example
Text Example
White with #CB21F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21F0; }
p { color: rgb(203,33,240); }
H1.HeaderClassName
{
color: #CB21F0;
}
.AnyTagClassName
{
color: #CB21F0;
}
</style>
background-color css
<style>
a { background-color: #CB21F0; }
a { background-color: rgb(203,33,240); }
div.DivClassName
{
background-color: #CB21F0;
}
.BgClassName
{
background-color: #CB21F0;
}
</style>
border-color css
<style>
span { border-color: #CB21F0; }
span { border-color: rgb(203,33,240); }
td.TdClassName
{
border-color: #CB21F0;
}
.TagClassName
{
border-color: #CB21F0;
}
</style>