Shades of Electric Purple #CB33FE
Tints of Electric Purple #CB33FE
RGB
CMYK
RGB Variations
Color information
#CB33FE (or 0xCB33FE) is known color: Electric Purple. HEX triplet: CB, 33 and FE. RGB value is (203,51,254). Sum of RGB (Red+Green+Blue) = 203+51+254=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33FE is #34CC01. Grayscale: #767676. Windows color (decimal): -3460098 or 16659403. OLE color: 16659403.
HSL color Cylindrical-coordinate representation of color #CB33FE: hue angle of 284.93º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB33FE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 51 | 254 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.00 |
| HSL | 284.93º | 0.99% | 0.6% | - |
| HSV(B) | 284.93º | 0.8% | 1% | - |
| XYZ | 43.7 | 22.22 | 95.75 | - |
| YUV | 119.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 254 | 0.20 | 0.80 | 0 | 0.00 | 284.93 | 0.99 | 0.6 |
| Hex | CB | 33 | FE | 14 | 50 | 0 | 0 | 11D | 63 | 3C |
| Octal | 313 | 63 | 376 | 24 | 120 | 0 | 0 | 435 | 143 | 74 |
| Binary | 11001011 | 110011 | 11111110 | 10100 | 1010000 | 0 | 0 | 100011101 | 1100011 | 111100 |
Color Harmonies of #CB33FE
Complementary color
Monochromatic Colors of #CB33FE
Black with #CB33FE
Text Example
Text Example
White with #CB33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33FE; }
p { color: rgb(203,51,254); }
H1.HeaderClassName
{
color: #CB33FE;
}
.AnyTagClassName
{
color: #CB33FE;
}
</style>
background-color css
<style>
a { background-color: #CB33FE; }
a { background-color: rgb(203,51,254); }
div.DivClassName
{
background-color: #CB33FE;
}
.BgClassName
{
background-color: #CB33FE;
}
</style>
border-color css
<style>
span { border-color: #CB33FE; }
span { border-color: rgb(203,51,254); }
td.TdClassName
{
border-color: #CB33FE;
}
.TagClassName
{
border-color: #CB33FE;
}
</style>