Shades of Electric Purple #CB21F3
Tints of Electric Purple #CB21F3
RGB
CMYK
RGB Variations
Color information
#CB21F3 (or 0xCB21F3) is known color: Electric Purple. HEX triplet: CB, 21 and F3. RGB value is (203,33,243). Sum of RGB (Red+Green+Blue) = 203+33+243=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB21F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21F3 is #34DE0C. Grayscale: #6B6B6B. Windows color (decimal): -3464717 or 15933899. OLE color: 15933899.
HSL color Cylindrical-coordinate representation of color #CB21F3: hue angle of 288.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB21F3 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 33 | 243 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.05 |
| HSL | 288.57º | 0.9% | 0.54% | - |
| HSV(B) | 288.57º | 0.86% | 0.95% | - |
| XYZ | 41.35 | 20.26 | 86.52 | - |
| YUV | 107.77 | 204.32 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 243 | 0.16 | 0.86 | 0 | 0.05 | 288.57 | 0.9 | 0.54 |
| Hex | CB | 21 | F3 | 10 | 56 | 0 | 5 | 121 | 5A | 36 |
| Octal | 313 | 41 | 363 | 20 | 126 | 0 | 5 | 441 | 132 | 66 |
| Binary | 11001011 | 100001 | 11110011 | 10000 | 1010110 | 0 | 101 | 100100001 | 1011010 | 110110 |
Color Harmonies of #CB21F3
Complementary color
Monochromatic Colors of #CB21F3
Black with #CB21F3
Text Example
Text Example
White with #CB21F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21F3; }
p { color: rgb(203,33,243); }
H1.HeaderClassName
{
color: #CB21F3;
}
.AnyTagClassName
{
color: #CB21F3;
}
</style>
background-color css
<style>
a { background-color: #CB21F3; }
a { background-color: rgb(203,33,243); }
div.DivClassName
{
background-color: #CB21F3;
}
.BgClassName
{
background-color: #CB21F3;
}
</style>
border-color css
<style>
span { border-color: #CB21F3; }
span { border-color: rgb(203,33,243); }
td.TdClassName
{
border-color: #CB21F3;
}
.TagClassName
{
border-color: #CB21F3;
}
</style>