Shades of Mulberry #CB3E7E
Tints of Mulberry #CB3E7E
RGB
CMYK
RGB Variations
Color information
#CB3E7E (or 0xCB3E7E) is known color: Mulberry. HEX triplet: CB, 3E and 7E. RGB value is (203,62,126). Sum of RGB (Red+Green+Blue) = 203+62+126=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E7E is #34C181. Grayscale: #6F6F6F. Windows color (decimal): -3457410 or 8273611. OLE color: 8273611.
HSL color Cylindrical-coordinate representation of color #CB3E7E: hue angle of 332.77º degrees, saturation: 0.58, 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 #CB3E7E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 126 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.20 |
| HSL | 332.77º | 0.58% | 0.52% | - |
| HSV(B) | 332.77º | 0.69% | 0.8% | - |
| XYZ | 30.12 | 17.65 | 21.56 | - |
| YUV | 111.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 126 | 0 | 0.69 | 0.38 | 0.20 | 332.77 | 0.58 | 0.52 |
| Hex | CB | 3E | 7E | 0 | 45 | 26 | 14 | 14D | 3A | 34 |
| Octal | 313 | 76 | 176 | 0 | 105 | 46 | 24 | 515 | 72 | 64 |
| Binary | 11001011 | 111110 | 1111110 | 0 | 1000101 | 100110 | 10100 | 101001101 | 111010 | 110100 |
Color Harmonies of #CB3E7E
Complementary color
Monochromatic Colors of #CB3E7E
Black with #CB3E7E
Text Example
Text Example
White with #CB3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E7E; }
p { color: rgb(203,62,126); }
H1.HeaderClassName
{
color: #CB3E7E;
}
.AnyTagClassName
{
color: #CB3E7E;
}
</style>
background-color css
<style>
a { background-color: #CB3E7E; }
a { background-color: rgb(203,62,126); }
div.DivClassName
{
background-color: #CB3E7E;
}
.BgClassName
{
background-color: #CB3E7E;
}
</style>
border-color css
<style>
span { border-color: #CB3E7E; }
span { border-color: rgb(203,62,126); }
td.TdClassName
{
border-color: #CB3E7E;
}
.TagClassName
{
border-color: #CB3E7E;
}
</style>