Shades of Deep Magenta #CB15E1
Tints of Deep Magenta #CB15E1
RGB
CMYK
RGB Variations
Color information
#CB15E1 (or 0xCB15E1) is known color: Deep Magenta. HEX triplet: CB, 15 and E1. RGB value is (203,21,225). Sum of RGB (Red+Green+Blue) = 203+21+225=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB15E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15E1 is #34EA1E. Grayscale: #626262. Windows color (decimal): -3467807 or 14751179. OLE color: 14751179.
HSL color Cylindrical-coordinate representation of color #CB15E1: hue angle of 293.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15E1 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 21 | 225 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.12 |
| HSL | 293.53º | 0.83% | 0.48% | - |
| HSV(B) | 293.53º | 0.91% | 0.88% | - |
| XYZ | 38.49 | 18.67 | 72.81 | - |
| YUV | 98.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 225 | 0.10 | 0.91 | 0 | 0.12 | 293.53 | 0.83 | 0.48 |
| Hex | CB | 15 | E1 | A | 5B | 0 | C | 126 | 53 | 30 |
| Octal | 313 | 25 | 341 | 12 | 133 | 0 | 14 | 446 | 123 | 60 |
| Binary | 11001011 | 10101 | 11100001 | 1010 | 1011011 | 0 | 1100 | 100100110 | 1010011 | 110000 |
Color Harmonies of #CB15E1
Complementary color
Monochromatic Colors of #CB15E1
Black with #CB15E1
Text Example
Text Example
White with #CB15E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15E1; }
p { color: rgb(203,21,225); }
H1.HeaderClassName
{
color: #CB15E1;
}
.AnyTagClassName
{
color: #CB15E1;
}
</style>
background-color css
<style>
a { background-color: #CB15E1; }
a { background-color: rgb(203,21,225); }
div.DivClassName
{
background-color: #CB15E1;
}
.BgClassName
{
background-color: #CB15E1;
}
</style>
border-color css
<style>
span { border-color: #CB15E1; }
span { border-color: rgb(203,21,225); }
td.TdClassName
{
border-color: #CB15E1;
}
.TagClassName
{
border-color: #CB15E1;
}
</style>