Shades of Deep Magenta #CB13D9
Tints of Deep Magenta #CB13D9
RGB
CMYK
RGB Variations
Color information
#CB13D9 (or 0xCB13D9) is known color: Deep Magenta. HEX triplet: CB, 13 and D9. RGB value is (203,19,217). Sum of RGB (Red+Green+Blue) = 203+19+217=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB13D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13D9 is #34EC26. Grayscale: #5F5F5F. Windows color (decimal): -3468327 or 14226379. OLE color: 14226379.
HSL color Cylindrical-coordinate representation of color #CB13D9: hue angle of 295.76º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13D9 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 19 | 217 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.15 |
| HSL | 295.76º | 0.84% | 0.46% | - |
| HSV(B) | 295.76º | 0.91% | 0.85% | - |
| XYZ | 37.39 | 18.17 | 67.18 | - |
| YUV | 96.59 | 195.96 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 217 | 0.06 | 0.91 | 0 | 0.15 | 295.76 | 0.84 | 0.46 |
| Hex | CB | 13 | D9 | 6 | 5B | 0 | F | 128 | 54 | 2E |
| Octal | 313 | 23 | 331 | 6 | 133 | 0 | 17 | 450 | 124 | 56 |
| Binary | 11001011 | 10011 | 11011001 | 110 | 1011011 | 0 | 1111 | 100101000 | 1010100 | 101110 |
Color Harmonies of #CB13D9
Complementary color
Monochromatic Colors of #CB13D9
Black with #CB13D9
Text Example
Text Example
White with #CB13D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13D9; }
p { color: rgb(203,19,217); }
H1.HeaderClassName
{
color: #CB13D9;
}
.AnyTagClassName
{
color: #CB13D9;
}
</style>
background-color css
<style>
a { background-color: #CB13D9; }
a { background-color: rgb(203,19,217); }
div.DivClassName
{
background-color: #CB13D9;
}
.BgClassName
{
background-color: #CB13D9;
}
</style>
border-color css
<style>
span { border-color: #CB13D9; }
span { border-color: rgb(203,19,217); }
td.TdClassName
{
border-color: #CB13D9;
}
.TagClassName
{
border-color: #CB13D9;
}
</style>