Shades of Mulberry #CB417B
Tints of Mulberry #CB417B
RGB
CMYK
RGB Variations
Color information
#CB417B (or 0xCB417B) is known color: Mulberry. HEX triplet: CB, 41 and 7B. RGB value is (203,65,123). Sum of RGB (Red+Green+Blue) = 203+65+123=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB417B is #34BE84. Grayscale: #707070. Windows color (decimal): -3456645 or 8077771. OLE color: 8077771.
HSL color Cylindrical-coordinate representation of color #CB417B: hue angle of 334.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB417B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 123 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.20 |
| HSL | 334.78º | 0.57% | 0.53% | - |
| HSV(B) | 334.78º | 0.68% | 0.8% | - |
| XYZ | 30.09 | 17.91 | 20.61 | - |
| YUV | 112.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 123 | 0 | 0.68 | 0.39 | 0.20 | 334.78 | 0.57 | 0.53 |
| Hex | CB | 41 | 7B | 0 | 44 | 27 | 14 | 14F | 39 | 35 |
| Octal | 313 | 101 | 173 | 0 | 104 | 47 | 24 | 517 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1111011 | 0 | 1000100 | 100111 | 10100 | 101001111 | 111001 | 110101 |
Color Harmonies of #CB417B
Complementary color
Monochromatic Colors of #CB417B
Black with #CB417B
Text Example
Text Example
White with #CB417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB417B; }
p { color: rgb(203,65,123); }
H1.HeaderClassName
{
color: #CB417B;
}
.AnyTagClassName
{
color: #CB417B;
}
</style>
background-color css
<style>
a { background-color: #CB417B; }
a { background-color: rgb(203,65,123); }
div.DivClassName
{
background-color: #CB417B;
}
.BgClassName
{
background-color: #CB417B;
}
</style>
border-color css
<style>
span { border-color: #CB417B; }
span { border-color: rgb(203,65,123); }
td.TdClassName
{
border-color: #CB417B;
}
.TagClassName
{
border-color: #CB417B;
}
</style>