Shades of Electric Purple #CB21FF
Tints of Electric Purple #CB21FF
RGB
CMYK
RGB Variations
Color information
#CB21FF (or 0xCB21FF) is known color: Electric Purple. HEX triplet: CB, 21 and FF. RGB value is (203,33,255). Sum of RGB (Red+Green+Blue) = 203+33+255=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21FF is #34DE00. Grayscale: #6C6C6C. Windows color (decimal): -3464705 or 16720331. OLE color: 16720331.
HSL color Cylindrical-coordinate representation of color #CB21FF: hue angle of 285.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB21FF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 33 | 255 | - |
| CMYK | 0.20 | 0.87 | 0 | 0 |
| HSL | 285.95º | 1% | 0.56% | - |
| HSV(B) | 285.95º | 0.87% | 1% | - |
| XYZ | 43.22 | 21 | 96.38 | - |
| YUV | 109.14 | 210.32 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 255 | 0.20 | 0.87 | 0 | 0 | 285.95 | 1 | 0.56 |
| Hex | CB | 21 | FF | 14 | 57 | 0 | 0 | 11E | 64 | 38 |
| Octal | 313 | 41 | 377 | 24 | 127 | 0 | 0 | 436 | 144 | 70 |
| Binary | 11001011 | 100001 | 11111111 | 10100 | 1010111 | 0 | 0 | 100011110 | 1100100 | 111000 |
Color Harmonies of #CB21FF
Complementary color
Monochromatic Colors of #CB21FF
Black with #CB21FF
Text Example
Text Example
White with #CB21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21FF; }
p { color: rgb(203,33,255); }
H1.HeaderClassName
{
color: #CB21FF;
}
.AnyTagClassName
{
color: #CB21FF;
}
</style>
background-color css
<style>
a { background-color: #CB21FF; }
a { background-color: rgb(203,33,255); }
div.DivClassName
{
background-color: #CB21FF;
}
.BgClassName
{
background-color: #CB21FF;
}
</style>
border-color css
<style>
span { border-color: #CB21FF; }
span { border-color: rgb(203,33,255); }
td.TdClassName
{
border-color: #CB21FF;
}
.TagClassName
{
border-color: #CB21FF;
}
</style>