Shades of Mulberry #CB407C
Tints of Mulberry #CB407C
RGB
CMYK
RGB Variations
Color information
#CB407C (or 0xCB407C) is known color: Mulberry. HEX triplet: CB, 40 and 7C. RGB value is (203,64,124). Sum of RGB (Red+Green+Blue) = 203+64+124=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB407C is #34BF83. Grayscale: #707070. Windows color (decimal): -3456900 or 8143051. OLE color: 8143051.
HSL color Cylindrical-coordinate representation of color #CB407C: hue angle of 334.1º 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 #CB407C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 124 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.20 |
| HSL | 334.1º | 0.57% | 0.52% | - |
| HSV(B) | 334.1º | 0.68% | 0.8% | - |
| XYZ | 30.1 | 17.82 | 20.92 | - |
| YUV | 112.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 124 | 0 | 0.68 | 0.39 | 0.20 | 334.1 | 0.57 | 0.52 |
| Hex | CB | 40 | 7C | 0 | 44 | 27 | 14 | 14E | 39 | 34 |
| Octal | 313 | 100 | 174 | 0 | 104 | 47 | 24 | 516 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1111100 | 0 | 1000100 | 100111 | 10100 | 101001110 | 111001 | 110100 |
Color Harmonies of #CB407C
Complementary color
Monochromatic Colors of #CB407C
Black with #CB407C
Text Example
Text Example
White with #CB407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB407C; }
p { color: rgb(203,64,124); }
H1.HeaderClassName
{
color: #CB407C;
}
.AnyTagClassName
{
color: #CB407C;
}
</style>
background-color css
<style>
a { background-color: #CB407C; }
a { background-color: rgb(203,64,124); }
div.DivClassName
{
background-color: #CB407C;
}
.BgClassName
{
background-color: #CB407C;
}
</style>
border-color css
<style>
span { border-color: #CB407C; }
span { border-color: rgb(203,64,124); }
td.TdClassName
{
border-color: #CB407C;
}
.TagClassName
{
border-color: #CB407C;
}
</style>