Shades of Electric Purple #CB13F1
Tints of Electric Purple #CB13F1
RGB
CMYK
RGB Variations
Color information
#CB13F1 (or 0xCB13F1) is known color: Electric Purple. HEX triplet: CB, 13 and F1. RGB value is (203,19,241). Sum of RGB (Red+Green+Blue) = 203+19+241=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB13F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB13F1 is #34EC0E. Grayscale: #626262. Windows color (decimal): -3468303 or 15799243. OLE color: 15799243.
HSL color Cylindrical-coordinate representation of color #CB13F1: hue angle of 289.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB13F1 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 19 | 241 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.05 |
| HSL | 289.73º | 0.89% | 0.51% | - |
| HSV(B) | 289.73º | 0.92% | 0.95% | - |
| XYZ | 40.74 | 19.51 | 84.84 | - |
| YUV | 99.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 241 | 0.16 | 0.92 | 0 | 0.05 | 289.73 | 0.89 | 0.51 |
| Hex | CB | 13 | F1 | 10 | 5C | 0 | 5 | 122 | 59 | 33 |
| Octal | 313 | 23 | 361 | 20 | 134 | 0 | 5 | 442 | 131 | 63 |
| Binary | 11001011 | 10011 | 11110001 | 10000 | 1011100 | 0 | 101 | 100100010 | 1011001 | 110011 |
Color Harmonies of #CB13F1
Complementary color
Monochromatic Colors of #CB13F1
Black with #CB13F1
Text Example
Text Example
White with #CB13F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13F1; }
p { color: rgb(203,19,241); }
H1.HeaderClassName
{
color: #CB13F1;
}
.AnyTagClassName
{
color: #CB13F1;
}
</style>
background-color css
<style>
a { background-color: #CB13F1; }
a { background-color: rgb(203,19,241); }
div.DivClassName
{
background-color: #CB13F1;
}
.BgClassName
{
background-color: #CB13F1;
}
</style>
border-color css
<style>
span { border-color: #CB13F1; }
span { border-color: rgb(203,19,241); }
td.TdClassName
{
border-color: #CB13F1;
}
.TagClassName
{
border-color: #CB13F1;
}
</style>