Shades of Mulberry #CB3F7F
Tints of Mulberry #CB3F7F
RGB
CMYK
RGB Variations
Color information
#CB3F7F (or 0xCB3F7F) is known color: Mulberry. HEX triplet: CB, 3F and 7F. RGB value is (203,63,127). Sum of RGB (Red+Green+Blue) = 203+63+127=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F7F is #34C080. Grayscale: #707070. Windows color (decimal): -3457153 or 8339403. OLE color: 8339403.
HSL color Cylindrical-coordinate representation of color #CB3F7F: hue angle of 332.57º 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 #CB3F7F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 127 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.20 |
| HSL | 332.57º | 0.57% | 0.52% | - |
| HSV(B) | 332.57º | 0.69% | 0.8% | - |
| XYZ | 30.24 | 17.78 | 21.92 | - |
| YUV | 112.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 127 | 0 | 0.69 | 0.37 | 0.20 | 332.57 | 0.57 | 0.52 |
| Hex | CB | 3F | 7F | 0 | 45 | 25 | 14 | 14D | 39 | 34 |
| Octal | 313 | 77 | 177 | 0 | 105 | 45 | 24 | 515 | 71 | 64 |
| Binary | 11001011 | 111111 | 1111111 | 0 | 1000101 | 100101 | 10100 | 101001101 | 111001 | 110100 |
Color Harmonies of #CB3F7F
Complementary color
Monochromatic Colors of #CB3F7F
Black with #CB3F7F
Text Example
Text Example
White with #CB3F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F7F; }
p { color: rgb(203,63,127); }
H1.HeaderClassName
{
color: #CB3F7F;
}
.AnyTagClassName
{
color: #CB3F7F;
}
</style>
background-color css
<style>
a { background-color: #CB3F7F; }
a { background-color: rgb(203,63,127); }
div.DivClassName
{
background-color: #CB3F7F;
}
.BgClassName
{
background-color: #CB3F7F;
}
</style>
border-color css
<style>
span { border-color: #CB3F7F; }
span { border-color: rgb(203,63,127); }
td.TdClassName
{
border-color: #CB3F7F;
}
.TagClassName
{
border-color: #CB3F7F;
}
</style>