Shades of Electric Purple #CB1AFF
Tints of Electric Purple #CB1AFF
RGB
CMYK
RGB Variations
Color information
#CB1AFF (or 0xCB1AFF) is known color: Electric Purple. HEX triplet: CB, 1A and FF. RGB value is (203,26,255). Sum of RGB (Red+Green+Blue) = 203+26+255=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1AFF is #34E500. Grayscale: #686868. Windows color (decimal): -3466497 or 16718539. OLE color: 16718539.
HSL color Cylindrical-coordinate representation of color #CB1AFF: hue angle of 286.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1AFF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 26 | 255 | - |
| CMYK | 0.20 | 0.90 | 0 | 0 |
| HSL | 286.38º | 1% | 0.55% | - |
| HSV(B) | 286.38º | 0.9% | 1% | - |
| XYZ | 43.05 | 20.66 | 96.33 | - |
| YUV | 105.03 | 212.64 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 255 | 0.20 | 0.90 | 0 | 0 | 286.38 | 1 | 0.55 |
| Hex | CB | 1A | FF | 14 | 5A | 0 | 0 | 11E | 64 | 37 |
| Octal | 313 | 32 | 377 | 24 | 132 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001011 | 11010 | 11111111 | 10100 | 1011010 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CB1AFF
Complementary color
Monochromatic Colors of #CB1AFF
Black with #CB1AFF
Text Example
Text Example
White with #CB1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1AFF; }
p { color: rgb(203,26,255); }
H1.HeaderClassName
{
color: #CB1AFF;
}
.AnyTagClassName
{
color: #CB1AFF;
}
</style>
background-color css
<style>
a { background-color: #CB1AFF; }
a { background-color: rgb(203,26,255); }
div.DivClassName
{
background-color: #CB1AFF;
}
.BgClassName
{
background-color: #CB1AFF;
}
</style>
border-color css
<style>
span { border-color: #CB1AFF; }
span { border-color: rgb(203,26,255); }
td.TdClassName
{
border-color: #CB1AFF;
}
.TagClassName
{
border-color: #CB1AFF;
}
</style>