Shades of Electric Purple #CB15F3
Tints of Electric Purple #CB15F3
RGB
CMYK
RGB Variations
Color information
#CB15F3 (or 0xCB15F3) is known color: Electric Purple. HEX triplet: CB, 15 and F3. RGB value is (203,21,243). Sum of RGB (Red+Green+Blue) = 203+21+243=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB15F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15F3 is #34EA0C. Grayscale: #646464. Windows color (decimal): -3467789 or 15930827. OLE color: 15930827.
HSL color Cylindrical-coordinate representation of color #CB15F3: hue angle of 289.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15F3 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 21 | 243 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.05 |
| HSL | 289.19º | 0.9% | 0.52% | - |
| HSV(B) | 289.19º | 0.91% | 0.95% | - |
| XYZ | 41.07 | 19.7 | 86.43 | - |
| YUV | 100.73 | 208.3 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 243 | 0.16 | 0.91 | 0 | 0.05 | 289.19 | 0.9 | 0.52 |
| Hex | CB | 15 | F3 | 10 | 5B | 0 | 5 | 121 | 5A | 34 |
| Octal | 313 | 25 | 363 | 20 | 133 | 0 | 5 | 441 | 132 | 64 |
| Binary | 11001011 | 10101 | 11110011 | 10000 | 1011011 | 0 | 101 | 100100001 | 1011010 | 110100 |
Color Harmonies of #CB15F3
Complementary color
Monochromatic Colors of #CB15F3
Black with #CB15F3
Text Example
Text Example
White with #CB15F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15F3; }
p { color: rgb(203,21,243); }
H1.HeaderClassName
{
color: #CB15F3;
}
.AnyTagClassName
{
color: #CB15F3;
}
</style>
background-color css
<style>
a { background-color: #CB15F3; }
a { background-color: rgb(203,21,243); }
div.DivClassName
{
background-color: #CB15F3;
}
.BgClassName
{
background-color: #CB15F3;
}
</style>
border-color css
<style>
span { border-color: #CB15F3; }
span { border-color: rgb(203,21,243); }
td.TdClassName
{
border-color: #CB15F3;
}
.TagClassName
{
border-color: #CB15F3;
}
</style>