Shades of Electric Purple #CB33FA
Tints of Electric Purple #CB33FA
RGB
CMYK
RGB Variations
Color information
#CB33FA (or 0xCB33FA) is known color: Electric Purple. HEX triplet: CB, 33 and FA. RGB value is (203,51,250). Sum of RGB (Red+Green+Blue) = 203+51+250=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33FA is #34CC05. Grayscale: #767676. Windows color (decimal): -3460102 or 16397259. OLE color: 16397259.
HSL color Cylindrical-coordinate representation of color #CB33FA: hue angle of 285.83º degrees, saturation: 0.95, 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 #CB33FA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 51 | 250 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.02 |
| HSL | 285.83º | 0.95% | 0.59% | - |
| HSV(B) | 285.83º | 0.8% | 0.98% | - |
| XYZ | 43.07 | 21.97 | 92.41 | - |
| YUV | 119.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 250 | 0.19 | 0.80 | 0 | 0.02 | 285.83 | 0.95 | 0.59 |
| Hex | CB | 33 | FA | 13 | 50 | 0 | 2 | 11E | 5F | 3B |
| Octal | 313 | 63 | 372 | 23 | 120 | 0 | 2 | 436 | 137 | 73 |
| Binary | 11001011 | 110011 | 11111010 | 10011 | 1010000 | 0 | 10 | 100011110 | 1011111 | 111011 |
Color Harmonies of #CB33FA
Complementary color
Monochromatic Colors of #CB33FA
Black with #CB33FA
Text Example
Text Example
White with #CB33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33FA; }
p { color: rgb(203,51,250); }
H1.HeaderClassName
{
color: #CB33FA;
}
.AnyTagClassName
{
color: #CB33FA;
}
</style>
background-color css
<style>
a { background-color: #CB33FA; }
a { background-color: rgb(203,51,250); }
div.DivClassName
{
background-color: #CB33FA;
}
.BgClassName
{
background-color: #CB33FA;
}
</style>
border-color css
<style>
span { border-color: #CB33FA; }
span { border-color: rgb(203,51,250); }
td.TdClassName
{
border-color: #CB33FA;
}
.TagClassName
{
border-color: #CB33FA;
}
</style>