Shades of Mulberry #CB409F
Tints of Mulberry #CB409F
RGB
CMYK
RGB Variations
Color information
#CB409F (or 0xCB409F) is known color: Mulberry. HEX triplet: CB, 40 and 9F. RGB value is (203,64,159). Sum of RGB (Red+Green+Blue) = 203+64+159=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB409F is #34BF60. Grayscale: #747474. Windows color (decimal): -3456865 or 10436811. OLE color: 10436811.
HSL color Cylindrical-coordinate representation of color #CB409F: hue angle of 318.99º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB409F is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 159 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.20 |
| HSL | 318.99º | 0.57% | 0.52% | - |
| HSV(B) | 318.99º | 0.68% | 0.8% | - |
| XYZ | 32.72 | 18.87 | 34.72 | - |
| YUV | 116.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 159 | 0 | 0.68 | 0.22 | 0.20 | 318.99 | 0.57 | 0.52 |
| Hex | CB | 40 | 9F | 0 | 44 | 16 | 14 | 13F | 39 | 34 |
| Octal | 313 | 100 | 237 | 0 | 104 | 26 | 24 | 477 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10011111 | 0 | 1000100 | 10110 | 10100 | 100111111 | 111001 | 110100 |
Color Harmonies of #CB409F
Complementary color
Monochromatic Colors of #CB409F
Black with #CB409F
Text Example
Text Example
White with #CB409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB409F; }
p { color: rgb(203,64,159); }
H1.HeaderClassName
{
color: #CB409F;
}
.AnyTagClassName
{
color: #CB409F;
}
</style>
background-color css
<style>
a { background-color: #CB409F; }
a { background-color: rgb(203,64,159); }
div.DivClassName
{
background-color: #CB409F;
}
.BgClassName
{
background-color: #CB409F;
}
</style>
border-color css
<style>
span { border-color: #CB409F; }
span { border-color: rgb(203,64,159); }
td.TdClassName
{
border-color: #CB409F;
}
.TagClassName
{
border-color: #CB409F;
}
</style>