Shades of Electric Purple #CB04F2
Tints of Electric Purple #CB04F2
RGB
CMYK
RGB Variations
Color information
#CB04F2 (or 0xCB04F2) is known color: Electric Purple. HEX triplet: CB, 04 and F2. RGB value is (203,4,242). Sum of RGB (Red+Green+Blue) = 203+4+242=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04F2 is #34FB0D. Grayscale: #595959. Windows color (decimal): -3472142 or 15860939. OLE color: 15860939.
HSL color Cylindrical-coordinate representation of color #CB04F2: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04F2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 4 | 242 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.05 |
| HSL | 290.17º | 0.97% | 0.48% | - |
| HSV(B) | 290.17º | 0.98% | 0.95% | - |
| XYZ | 40.7 | 19.19 | 85.56 | - |
| YUV | 90.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 242 | 0.16 | 0.98 | 0 | 0.05 | 290.17 | 0.97 | 0.48 |
| Hex | CB | 4 | F2 | 10 | 62 | 0 | 5 | 122 | 61 | 30 |
| Octal | 313 | 4 | 362 | 20 | 142 | 0 | 5 | 442 | 141 | 60 |
| Binary | 11001011 | 100 | 11110010 | 10000 | 1100010 | 0 | 101 | 100100010 | 1100001 | 110000 |
Color Harmonies of #CB04F2
Complementary color
Monochromatic Colors of #CB04F2
Black with #CB04F2
Text Example
Text Example
White with #CB04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04F2; }
p { color: rgb(203,4,242); }
H1.HeaderClassName
{
color: #CB04F2;
}
.AnyTagClassName
{
color: #CB04F2;
}
</style>
background-color css
<style>
a { background-color: #CB04F2; }
a { background-color: rgb(203,4,242); }
div.DivClassName
{
background-color: #CB04F2;
}
.BgClassName
{
background-color: #CB04F2;
}
</style>
border-color css
<style>
span { border-color: #CB04F2; }
span { border-color: rgb(203,4,242); }
td.TdClassName
{
border-color: #CB04F2;
}
.TagClassName
{
border-color: #CB04F2;
}
</style>