Shades of Mulberry #CB447D
Tints of Mulberry #CB447D
RGB
CMYK
RGB Variations
Color information
#CB447D (or 0xCB447D) is known color: Mulberry. HEX triplet: CB, 44 and 7D. RGB value is (203,68,125). Sum of RGB (Red+Green+Blue) = 203+68+125=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB447D is #34BB82. Grayscale: #727272. Windows color (decimal): -3455875 or 8209611. OLE color: 8209611.
HSL color Cylindrical-coordinate representation of color #CB447D: hue angle of 334.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB447D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 125 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.20 |
| HSL | 334.67º | 0.56% | 0.53% | - |
| HSV(B) | 334.67º | 0.67% | 0.8% | - |
| XYZ | 30.4 | 18.31 | 21.33 | - |
| YUV | 114.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 125 | 0 | 0.67 | 0.38 | 0.20 | 334.67 | 0.56 | 0.53 |
| Hex | CB | 44 | 7D | 0 | 43 | 26 | 14 | 14F | 38 | 35 |
| Octal | 313 | 104 | 175 | 0 | 103 | 46 | 24 | 517 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1111101 | 0 | 1000011 | 100110 | 10100 | 101001111 | 111000 | 110101 |
Color Harmonies of #CB447D
Complementary color
Monochromatic Colors of #CB447D
Black with #CB447D
Text Example
Text Example
White with #CB447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB447D; }
p { color: rgb(203,68,125); }
H1.HeaderClassName
{
color: #CB447D;
}
.AnyTagClassName
{
color: #CB447D;
}
</style>
background-color css
<style>
a { background-color: #CB447D; }
a { background-color: rgb(203,68,125); }
div.DivClassName
{
background-color: #CB447D;
}
.BgClassName
{
background-color: #CB447D;
}
</style>
border-color css
<style>
span { border-color: #CB447D; }
span { border-color: rgb(203,68,125); }
td.TdClassName
{
border-color: #CB447D;
}
.TagClassName
{
border-color: #CB447D;
}
</style>