Shades of Electric Purple #CB19F3
Tints of Electric Purple #CB19F3
RGB
CMYK
RGB Variations
Color information
#CB19F3 (or 0xCB19F3) is known color: Electric Purple. HEX triplet: CB, 19 and F3. RGB value is (203,25,243). Sum of RGB (Red+Green+Blue) = 203+25+243=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB19F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19F3 is #34E60C. Grayscale: #666666. Windows color (decimal): -3466765 or 15931851. OLE color: 15931851.
HSL color Cylindrical-coordinate representation of color #CB19F3: hue angle of 288.99º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB19F3 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 25 | 243 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.05 |
| HSL | 288.99º | 0.9% | 0.53% | - |
| HSV(B) | 288.99º | 0.9% | 0.95% | - |
| XYZ | 41.15 | 19.86 | 86.46 | - |
| YUV | 103.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 243 | 0.16 | 0.90 | 0 | 0.05 | 288.99 | 0.9 | 0.53 |
| Hex | CB | 19 | F3 | 10 | 5A | 0 | 5 | 121 | 5A | 35 |
| Octal | 313 | 31 | 363 | 20 | 132 | 0 | 5 | 441 | 132 | 65 |
| Binary | 11001011 | 11001 | 11110011 | 10000 | 1011010 | 0 | 101 | 100100001 | 1011010 | 110101 |
Color Harmonies of #CB19F3
Complementary color
Monochromatic Colors of #CB19F3
Black with #CB19F3
Text Example
Text Example
White with #CB19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19F3; }
p { color: rgb(203,25,243); }
H1.HeaderClassName
{
color: #CB19F3;
}
.AnyTagClassName
{
color: #CB19F3;
}
</style>
background-color css
<style>
a { background-color: #CB19F3; }
a { background-color: rgb(203,25,243); }
div.DivClassName
{
background-color: #CB19F3;
}
.BgClassName
{
background-color: #CB19F3;
}
</style>
border-color css
<style>
span { border-color: #CB19F3; }
span { border-color: rgb(203,25,243); }
td.TdClassName
{
border-color: #CB19F3;
}
.TagClassName
{
border-color: #CB19F3;
}
</style>