Shades of Electric Purple #CB1AF2
Tints of Electric Purple #CB1AF2
RGB
CMYK
RGB Variations
Color information
#CB1AF2 (or 0xCB1AF2) is known color: Electric Purple. HEX triplet: CB, 1A and F2. RGB value is (203,26,242). Sum of RGB (Red+Green+Blue) = 203+26+242=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB1AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1AF2 is #34E50D. Grayscale: #666666. Windows color (decimal): -3466510 or 15866571. OLE color: 15866571.
HSL color Cylindrical-coordinate representation of color #CB1AF2: hue angle of 289.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1AF2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 26 | 242 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.05 |
| HSL | 289.17º | 0.89% | 0.53% | - |
| HSV(B) | 289.17º | 0.89% | 0.95% | - |
| XYZ | 41.03 | 19.85 | 85.67 | - |
| YUV | 103.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 242 | 0.16 | 0.89 | 0 | 0.05 | 289.17 | 0.89 | 0.53 |
| Hex | CB | 1A | F2 | 10 | 59 | 0 | 5 | 121 | 59 | 35 |
| Octal | 313 | 32 | 362 | 20 | 131 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001011 | 11010 | 11110010 | 10000 | 1011001 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #CB1AF2
Complementary color
Monochromatic Colors of #CB1AF2
Black with #CB1AF2
Text Example
Text Example
White with #CB1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1AF2; }
p { color: rgb(203,26,242); }
H1.HeaderClassName
{
color: #CB1AF2;
}
.AnyTagClassName
{
color: #CB1AF2;
}
</style>
background-color css
<style>
a { background-color: #CB1AF2; }
a { background-color: rgb(203,26,242); }
div.DivClassName
{
background-color: #CB1AF2;
}
.BgClassName
{
background-color: #CB1AF2;
}
</style>
border-color css
<style>
span { border-color: #CB1AF2; }
span { border-color: rgb(203,26,242); }
td.TdClassName
{
border-color: #CB1AF2;
}
.TagClassName
{
border-color: #CB1AF2;
}
</style>