Shades of Electric Purple #CB30FC
Tints of Electric Purple #CB30FC
RGB
CMYK
RGB Variations
Color information
#CB30FC (or 0xCB30FC) is known color: Electric Purple. HEX triplet: CB, 30 and FC. RGB value is (203,48,252). Sum of RGB (Red+Green+Blue) = 203+48+252=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30FC is #34CF03. Grayscale: #747474. Windows color (decimal): -3460868 or 16527563. OLE color: 16527563.
HSL color Cylindrical-coordinate representation of color #CB30FC: hue angle of 285.59º degrees, saturation: 0.97, 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 #CB30FC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 48 | 252 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.01 |
| HSL | 285.59º | 0.97% | 0.59% | - |
| HSV(B) | 285.59º | 0.81% | 0.99% | - |
| XYZ | 43.26 | 21.84 | 94.03 | - |
| YUV | 117.6 | 203.85 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 252 | 0.19 | 0.81 | 0 | 0.01 | 285.59 | 0.97 | 0.59 |
| Hex | CB | 30 | FC | 13 | 51 | 0 | 1 | 11E | 61 | 3B |
| Octal | 313 | 60 | 374 | 23 | 121 | 0 | 1 | 436 | 141 | 73 |
| Binary | 11001011 | 110000 | 11111100 | 10011 | 1010001 | 0 | 1 | 100011110 | 1100001 | 111011 |
Color Harmonies of #CB30FC
Complementary color
Monochromatic Colors of #CB30FC
Black with #CB30FC
Text Example
Text Example
White with #CB30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30FC; }
p { color: rgb(203,48,252); }
H1.HeaderClassName
{
color: #CB30FC;
}
.AnyTagClassName
{
color: #CB30FC;
}
</style>
background-color css
<style>
a { background-color: #CB30FC; }
a { background-color: rgb(203,48,252); }
div.DivClassName
{
background-color: #CB30FC;
}
.BgClassName
{
background-color: #CB30FC;
}
</style>
border-color css
<style>
span { border-color: #CB30FC; }
span { border-color: rgb(203,48,252); }
td.TdClassName
{
border-color: #CB30FC;
}
.TagClassName
{
border-color: #CB30FC;
}
</style>