Shades of Electric Purple #CB30FA
Tints of Electric Purple #CB30FA
RGB
CMYK
RGB Variations
Color information
#CB30FA (or 0xCB30FA) is known color: Electric Purple. HEX triplet: CB, 30 and FA. RGB value is (203,48,250). Sum of RGB (Red+Green+Blue) = 203+48+250=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30FA is #34CF05. Grayscale: #747474. Windows color (decimal): -3460870 or 16396491. OLE color: 16396491.
HSL color Cylindrical-coordinate representation of color #CB30FA: hue angle of 286.04º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB30FA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 48 | 250 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.02 |
| HSL | 286.04º | 0.95% | 0.58% | - |
| HSV(B) | 286.04º | 0.81% | 0.98% | - |
| XYZ | 42.94 | 21.71 | 92.37 | - |
| YUV | 117.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 250 | 0.19 | 0.81 | 0 | 0.02 | 286.04 | 0.95 | 0.58 |
| Hex | CB | 30 | FA | 13 | 51 | 0 | 2 | 11E | 5F | 3A |
| Octal | 313 | 60 | 372 | 23 | 121 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001011 | 110000 | 11111010 | 10011 | 1010001 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #CB30FA
Complementary color
Monochromatic Colors of #CB30FA
Black with #CB30FA
Text Example
Text Example
White with #CB30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30FA; }
p { color: rgb(203,48,250); }
H1.HeaderClassName
{
color: #CB30FA;
}
.AnyTagClassName
{
color: #CB30FA;
}
</style>
background-color css
<style>
a { background-color: #CB30FA; }
a { background-color: rgb(203,48,250); }
div.DivClassName
{
background-color: #CB30FA;
}
.BgClassName
{
background-color: #CB30FA;
}
</style>
border-color css
<style>
span { border-color: #CB30FA; }
span { border-color: rgb(203,48,250); }
td.TdClassName
{
border-color: #CB30FA;
}
.TagClassName
{
border-color: #CB30FA;
}
</style>