Shades of Electric Purple #CB1AF3
Tints of Electric Purple #CB1AF3
RGB
CMYK
RGB Variations
Color information
#CB1AF3 (or 0xCB1AF3) is known color: Electric Purple. HEX triplet: CB, 1A and F3. RGB value is (203,26,243). Sum of RGB (Red+Green+Blue) = 203+26+243=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB1AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1AF3 is #34E50C. Grayscale: #666666. Windows color (decimal): -3466509 or 15932107. OLE color: 15932107.
HSL color Cylindrical-coordinate representation of color #CB1AF3: hue angle of 288.94º degrees, saturation: 0.9, 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 #CB1AF3 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 26 | 243 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.05 |
| HSL | 288.94º | 0.9% | 0.53% | - |
| HSV(B) | 288.94º | 0.89% | 0.95% | - |
| XYZ | 41.18 | 19.91 | 86.47 | - |
| YUV | 103.66 | 206.64 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 243 | 0.16 | 0.89 | 0 | 0.05 | 288.94 | 0.9 | 0.53 |
| Hex | CB | 1A | F3 | 10 | 59 | 0 | 5 | 121 | 5A | 35 |
| Octal | 313 | 32 | 363 | 20 | 131 | 0 | 5 | 441 | 132 | 65 |
| Binary | 11001011 | 11010 | 11110011 | 10000 | 1011001 | 0 | 101 | 100100001 | 1011010 | 110101 |
Color Harmonies of #CB1AF3
Complementary color
Monochromatic Colors of #CB1AF3
Black with #CB1AF3
Text Example
Text Example
White with #CB1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1AF3; }
p { color: rgb(203,26,243); }
H1.HeaderClassName
{
color: #CB1AF3;
}
.AnyTagClassName
{
color: #CB1AF3;
}
</style>
background-color css
<style>
a { background-color: #CB1AF3; }
a { background-color: rgb(203,26,243); }
div.DivClassName
{
background-color: #CB1AF3;
}
.BgClassName
{
background-color: #CB1AF3;
}
</style>
border-color css
<style>
span { border-color: #CB1AF3; }
span { border-color: rgb(203,26,243); }
td.TdClassName
{
border-color: #CB1AF3;
}
.TagClassName
{
border-color: #CB1AF3;
}
</style>