Shades of Electric Purple #CB33FB
Tints of Electric Purple #CB33FB
RGB
CMYK
RGB Variations
Color information
#CB33FB (or 0xCB33FB) is known color: Electric Purple. HEX triplet: CB, 33 and FB. RGB value is (203,51,251). Sum of RGB (Red+Green+Blue) = 203+51+251=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33FB is #34CC04. Grayscale: #767676. Windows color (decimal): -3460101 or 16462795. OLE color: 16462795.
HSL color Cylindrical-coordinate representation of color #CB33FB: hue angle of 285.6º degrees, saturation: 0.96, 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 #CB33FB is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 51 | 251 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.02 |
| HSL | 285.6º | 0.96% | 0.59% | - |
| HSV(B) | 285.6º | 0.8% | 0.98% | - |
| XYZ | 43.23 | 22.03 | 93.24 | - |
| YUV | 119.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 251 | 0.19 | 0.80 | 0 | 0.02 | 285.6 | 0.96 | 0.59 |
| Hex | CB | 33 | FB | 13 | 50 | 0 | 2 | 11E | 60 | 3B |
| Octal | 313 | 63 | 373 | 23 | 120 | 0 | 2 | 436 | 140 | 73 |
| Binary | 11001011 | 110011 | 11111011 | 10011 | 1010000 | 0 | 10 | 100011110 | 1100000 | 111011 |
Color Harmonies of #CB33FB
Complementary color
Monochromatic Colors of #CB33FB
Black with #CB33FB
Text Example
Text Example
White with #CB33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33FB; }
p { color: rgb(203,51,251); }
H1.HeaderClassName
{
color: #CB33FB;
}
.AnyTagClassName
{
color: #CB33FB;
}
</style>
background-color css
<style>
a { background-color: #CB33FB; }
a { background-color: rgb(203,51,251); }
div.DivClassName
{
background-color: #CB33FB;
}
.BgClassName
{
background-color: #CB33FB;
}
</style>
border-color css
<style>
span { border-color: #CB33FB; }
span { border-color: rgb(203,51,251); }
td.TdClassName
{
border-color: #CB33FB;
}
.TagClassName
{
border-color: #CB33FB;
}
</style>