Shades of Mulberry #CB3F85
Tints of Mulberry #CB3F85
RGB
CMYK
RGB Variations
Color information
#CB3F85 (or 0xCB3F85) is known color: Mulberry. HEX triplet: CB, 3F and 85. RGB value is (203,63,133). Sum of RGB (Red+Green+Blue) = 203+63+133=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3F85 is #34C07A. Grayscale: #707070. Windows color (decimal): -3457147 or 8732619. OLE color: 8732619.
HSL color Cylindrical-coordinate representation of color #CB3F85: hue angle of 330º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3F85 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 133 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.20 |
| HSL | 330º | 0.57% | 0.52% | - |
| HSV(B) | 330º | 0.69% | 0.8% | - |
| XYZ | 30.64 | 17.94 | 24.04 | - |
| YUV | 112.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 133 | 0 | 0.69 | 0.34 | 0.20 | 330 | 0.57 | 0.52 |
| Hex | CB | 3F | 85 | 0 | 45 | 22 | 14 | 14A | 39 | 34 |
| Octal | 313 | 77 | 205 | 0 | 105 | 42 | 24 | 512 | 71 | 64 |
| Binary | 11001011 | 111111 | 10000101 | 0 | 1000101 | 100010 | 10100 | 101001010 | 111001 | 110100 |
Color Harmonies of #CB3F85
Complementary color
Monochromatic Colors of #CB3F85
Black with #CB3F85
Text Example
Text Example
White with #CB3F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F85; }
p { color: rgb(203,63,133); }
H1.HeaderClassName
{
color: #CB3F85;
}
.AnyTagClassName
{
color: #CB3F85;
}
</style>
background-color css
<style>
a { background-color: #CB3F85; }
a { background-color: rgb(203,63,133); }
div.DivClassName
{
background-color: #CB3F85;
}
.BgClassName
{
background-color: #CB3F85;
}
</style>
border-color css
<style>
span { border-color: #CB3F85; }
span { border-color: rgb(203,63,133); }
td.TdClassName
{
border-color: #CB3F85;
}
.TagClassName
{
border-color: #CB3F85;
}
</style>