Shades of Electric Purple #CB19F1
Tints of Electric Purple #CB19F1
RGB
CMYK
RGB Variations
Color information
#CB19F1 (or 0xCB19F1) is known color: Electric Purple. HEX triplet: CB, 19 and F1. RGB value is (203,25,241). Sum of RGB (Red+Green+Blue) = 203+25+241=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB19F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19F1 is #34E60E. Grayscale: #666666. Windows color (decimal): -3466767 or 15800779. OLE color: 15800779.
HSL color Cylindrical-coordinate representation of color #CB19F1: hue angle of 289.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB19F1 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 25 | 241 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.05 |
| HSL | 289.44º | 0.89% | 0.52% | - |
| HSV(B) | 289.44º | 0.9% | 0.95% | - |
| XYZ | 40.85 | 19.74 | 84.88 | - |
| YUV | 102.85 | 205.97 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 241 | 0.16 | 0.90 | 0 | 0.05 | 289.44 | 0.89 | 0.52 |
| Hex | CB | 19 | F1 | 10 | 5A | 0 | 5 | 121 | 59 | 34 |
| Octal | 313 | 31 | 361 | 20 | 132 | 0 | 5 | 441 | 131 | 64 |
| Binary | 11001011 | 11001 | 11110001 | 10000 | 1011010 | 0 | 101 | 100100001 | 1011001 | 110100 |
Color Harmonies of #CB19F1
Complementary color
Monochromatic Colors of #CB19F1
Black with #CB19F1
Text Example
Text Example
White with #CB19F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19F1; }
p { color: rgb(203,25,241); }
H1.HeaderClassName
{
color: #CB19F1;
}
.AnyTagClassName
{
color: #CB19F1;
}
</style>
background-color css
<style>
a { background-color: #CB19F1; }
a { background-color: rgb(203,25,241); }
div.DivClassName
{
background-color: #CB19F1;
}
.BgClassName
{
background-color: #CB19F1;
}
</style>
border-color css
<style>
span { border-color: #CB19F1; }
span { border-color: rgb(203,25,241); }
td.TdClassName
{
border-color: #CB19F1;
}
.TagClassName
{
border-color: #CB19F1;
}
</style>