Shades of Electric Purple #CB10F1
Tints of Electric Purple #CB10F1
RGB
CMYK
RGB Variations
Color information
#CB10F1 (or 0xCB10F1) is known color: Electric Purple. HEX triplet: CB, 10 and F1. RGB value is (203,16,241). Sum of RGB (Red+Green+Blue) = 203+16+241=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB10F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB10F1 is #34EF0E. Grayscale: #606060. Windows color (decimal): -3469071 or 15798475. OLE color: 15798475.
HSL color Cylindrical-coordinate representation of color #CB10F1: hue angle of 289.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB10F1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 16 | 241 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.05 |
| HSL | 289.87º | 0.89% | 0.5% | - |
| HSV(B) | 289.87º | 0.93% | 0.95% | - |
| XYZ | 40.69 | 19.42 | 84.82 | - |
| YUV | 97.56 | 208.95 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 241 | 0.16 | 0.93 | 0 | 0.05 | 289.87 | 0.89 | 0.5 |
| Hex | CB | 10 | F1 | 10 | 5D | 0 | 5 | 122 | 59 | 32 |
| Octal | 313 | 20 | 361 | 20 | 135 | 0 | 5 | 442 | 131 | 62 |
| Binary | 11001011 | 10000 | 11110001 | 10000 | 1011101 | 0 | 101 | 100100010 | 1011001 | 110010 |
Color Harmonies of #CB10F1
Complementary color
Monochromatic Colors of #CB10F1
Black with #CB10F1
Text Example
Text Example
White with #CB10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10F1; }
p { color: rgb(203,16,241); }
H1.HeaderClassName
{
color: #CB10F1;
}
.AnyTagClassName
{
color: #CB10F1;
}
</style>
background-color css
<style>
a { background-color: #CB10F1; }
a { background-color: rgb(203,16,241); }
div.DivClassName
{
background-color: #CB10F1;
}
.BgClassName
{
background-color: #CB10F1;
}
</style>
border-color css
<style>
span { border-color: #CB10F1; }
span { border-color: rgb(203,16,241); }
td.TdClassName
{
border-color: #CB10F1;
}
.TagClassName
{
border-color: #CB10F1;
}
</style>