Shades of Electric Purple #CB1DF2
Tints of Electric Purple #CB1DF2
RGB
CMYK
RGB Variations
Color information
#CB1DF2 (or 0xCB1DF2) is known color: Electric Purple. HEX triplet: CB, 1D and F2. RGB value is (203,29,242). Sum of RGB (Red+Green+Blue) = 203+29+242=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB1DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DF2 is #34E20D. Grayscale: #686868. Windows color (decimal): -3465742 or 15867339. OLE color: 15867339.
HSL color Cylindrical-coordinate representation of color #CB1DF2: hue angle of 289.01º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DF2 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 29 | 242 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 289.01º | 0.89% | 0.53% | - |
| HSV(B) | 289.01º | 0.88% | 0.95% | - |
| XYZ | 41.09 | 19.99 | 85.7 | - |
| YUV | 105.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 242 | 0.16 | 0.88 | 0 | 0.05 | 289.01 | 0.89 | 0.53 |
| Hex | CB | 1D | F2 | 10 | 58 | 0 | 5 | 121 | 59 | 35 |
| Octal | 313 | 35 | 362 | 20 | 130 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001011 | 11101 | 11110010 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #CB1DF2
Complementary color
Monochromatic Colors of #CB1DF2
Black with #CB1DF2
Text Example
Text Example
White with #CB1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DF2; }
p { color: rgb(203,29,242); }
H1.HeaderClassName
{
color: #CB1DF2;
}
.AnyTagClassName
{
color: #CB1DF2;
}
</style>
background-color css
<style>
a { background-color: #CB1DF2; }
a { background-color: rgb(203,29,242); }
div.DivClassName
{
background-color: #CB1DF2;
}
.BgClassName
{
background-color: #CB1DF2;
}
</style>
border-color css
<style>
span { border-color: #CB1DF2; }
span { border-color: rgb(203,29,242); }
td.TdClassName
{
border-color: #CB1DF2;
}
.TagClassName
{
border-color: #CB1DF2;
}
</style>