Shades of Electric Purple #CB32F9
Tints of Electric Purple #CB32F9
RGB
CMYK
RGB Variations
Color information
#CB32F9 (or 0xCB32F9) is known color: Electric Purple. HEX triplet: CB, 32 and F9. RGB value is (203,50,249). Sum of RGB (Red+Green+Blue) = 203+50+249=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB32F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32F9 is #34CD06. Grayscale: #757575. Windows color (decimal): -3460359 or 16331467. OLE color: 16331467.
HSL color Cylindrical-coordinate representation of color #CB32F9: hue angle of 286.13º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB32F9 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 50 | 249 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.02 |
| HSL | 286.13º | 0.94% | 0.59% | - |
| HSV(B) | 286.13º | 0.8% | 0.98% | - |
| XYZ | 42.87 | 21.82 | 91.57 | - |
| YUV | 118.43 | 201.69 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 249 | 0.18 | 0.80 | 0 | 0.02 | 286.13 | 0.94 | 0.59 |
| Hex | CB | 32 | F9 | 12 | 50 | 0 | 2 | 11E | 5E | 3B |
| Octal | 313 | 62 | 371 | 22 | 120 | 0 | 2 | 436 | 136 | 73 |
| Binary | 11001011 | 110010 | 11111001 | 10010 | 1010000 | 0 | 10 | 100011110 | 1011110 | 111011 |
Color Harmonies of #CB32F9
Complementary color
Monochromatic Colors of #CB32F9
Black with #CB32F9
Text Example
Text Example
White with #CB32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32F9; }
p { color: rgb(203,50,249); }
H1.HeaderClassName
{
color: #CB32F9;
}
.AnyTagClassName
{
color: #CB32F9;
}
</style>
background-color css
<style>
a { background-color: #CB32F9; }
a { background-color: rgb(203,50,249); }
div.DivClassName
{
background-color: #CB32F9;
}
.BgClassName
{
background-color: #CB32F9;
}
</style>
border-color css
<style>
span { border-color: #CB32F9; }
span { border-color: rgb(203,50,249); }
td.TdClassName
{
border-color: #CB32F9;
}
.TagClassName
{
border-color: #CB32F9;
}
</style>