Shades of Mulberry #CB407A
Tints of Mulberry #CB407A
RGB
CMYK
RGB Variations
Color information
#CB407A (or 0xCB407A) is known color: Mulberry. HEX triplet: CB, 40 and 7A. RGB value is (203,64,122). Sum of RGB (Red+Green+Blue) = 203+64+122=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB407A is #34BF85. Grayscale: #707070. Windows color (decimal): -3456902 or 8011979. OLE color: 8011979.
HSL color Cylindrical-coordinate representation of color #CB407A: hue angle of 334.96º 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 #CB407A is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 122 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.20 |
| HSL | 334.96º | 0.57% | 0.52% | - |
| HSV(B) | 334.96º | 0.68% | 0.8% | - |
| XYZ | 29.97 | 17.77 | 20.26 | - |
| YUV | 112.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 122 | 0 | 0.68 | 0.40 | 0.20 | 334.96 | 0.57 | 0.52 |
| Hex | CB | 40 | 7A | 0 | 44 | 28 | 14 | 14F | 39 | 34 |
| Octal | 313 | 100 | 172 | 0 | 104 | 50 | 24 | 517 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1111010 | 0 | 1000100 | 101000 | 10100 | 101001111 | 111001 | 110100 |
Color Harmonies of #CB407A
Complementary color
Monochromatic Colors of #CB407A
Black with #CB407A
Text Example
Text Example
White with #CB407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB407A; }
p { color: rgb(203,64,122); }
H1.HeaderClassName
{
color: #CB407A;
}
.AnyTagClassName
{
color: #CB407A;
}
</style>
background-color css
<style>
a { background-color: #CB407A; }
a { background-color: rgb(203,64,122); }
div.DivClassName
{
background-color: #CB407A;
}
.BgClassName
{
background-color: #CB407A;
}
</style>
border-color css
<style>
span { border-color: #CB407A; }
span { border-color: rgb(203,64,122); }
td.TdClassName
{
border-color: #CB407A;
}
.TagClassName
{
border-color: #CB407A;
}
</style>