Shades of Electric Purple #CB30FD
Tints of Electric Purple #CB30FD
RGB
CMYK
RGB Variations
Color information
#CB30FD (or 0xCB30FD) is known color: Electric Purple. HEX triplet: CB, 30 and FD. RGB value is (203,48,253). Sum of RGB (Red+Green+Blue) = 203+48+253=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30FD is #34CF02. Grayscale: #757575. Windows color (decimal): -3460867 or 16593099. OLE color: 16593099.
HSL color Cylindrical-coordinate representation of color #CB30FD: hue angle of 285.37º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB30FD is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 48 | 253 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.01 |
| HSL | 285.37º | 0.98% | 0.59% | - |
| HSV(B) | 285.37º | 0.81% | 0.99% | - |
| XYZ | 43.42 | 21.9 | 94.87 | - |
| YUV | 117.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 253 | 0.20 | 0.81 | 0 | 0.01 | 285.37 | 0.98 | 0.59 |
| Hex | CB | 30 | FD | 14 | 51 | 0 | 1 | 11D | 62 | 3B |
| Octal | 313 | 60 | 375 | 24 | 121 | 0 | 1 | 435 | 142 | 73 |
| Binary | 11001011 | 110000 | 11111101 | 10100 | 1010001 | 0 | 1 | 100011101 | 1100010 | 111011 |
Color Harmonies of #CB30FD
Complementary color
Monochromatic Colors of #CB30FD
Black with #CB30FD
Text Example
Text Example
White with #CB30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30FD; }
p { color: rgb(203,48,253); }
H1.HeaderClassName
{
color: #CB30FD;
}
.AnyTagClassName
{
color: #CB30FD;
}
</style>
background-color css
<style>
a { background-color: #CB30FD; }
a { background-color: rgb(203,48,253); }
div.DivClassName
{
background-color: #CB30FD;
}
.BgClassName
{
background-color: #CB30FD;
}
</style>
border-color css
<style>
span { border-color: #CB30FD; }
span { border-color: rgb(203,48,253); }
td.TdClassName
{
border-color: #CB30FD;
}
.TagClassName
{
border-color: #CB30FD;
}
</style>