Shades of Mulberry #CB3C93
Tints of Mulberry #CB3C93
RGB
CMYK
RGB Variations
Color information
#CB3C93 (or 0xCB3C93) is known color: Mulberry. HEX triplet: CB, 3C and 93. RGB value is (203,60,147). Sum of RGB (Red+Green+Blue) = 203+60+147=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3C93 is #34C36C. Grayscale: #707070. Windows color (decimal): -3457901 or 9649355. OLE color: 9649355.
HSL color Cylindrical-coordinate representation of color #CB3C93: hue angle of 323.5º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C93 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 147 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.20 |
| HSL | 323.5º | 0.58% | 0.52% | - |
| HSV(B) | 323.5º | 0.7% | 0.8% | - |
| XYZ | 31.51 | 18.03 | 29.42 | - |
| YUV | 112.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 147 | 0 | 0.70 | 0.28 | 0.20 | 323.5 | 0.58 | 0.52 |
| Hex | CB | 3C | 93 | 0 | 46 | 1C | 14 | 143 | 3A | 34 |
| Octal | 313 | 74 | 223 | 0 | 106 | 34 | 24 | 503 | 72 | 64 |
| Binary | 11001011 | 111100 | 10010011 | 0 | 1000110 | 11100 | 10100 | 101000011 | 111010 | 110100 |
Color Harmonies of #CB3C93
Complementary color
Monochromatic Colors of #CB3C93
Black with #CB3C93
Text Example
Text Example
White with #CB3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C93; }
p { color: rgb(203,60,147); }
H1.HeaderClassName
{
color: #CB3C93;
}
.AnyTagClassName
{
color: #CB3C93;
}
</style>
background-color css
<style>
a { background-color: #CB3C93; }
a { background-color: rgb(203,60,147); }
div.DivClassName
{
background-color: #CB3C93;
}
.BgClassName
{
background-color: #CB3C93;
}
</style>
border-color css
<style>
span { border-color: #CB3C93; }
span { border-color: rgb(203,60,147); }
td.TdClassName
{
border-color: #CB3C93;
}
.TagClassName
{
border-color: #CB3C93;
}
</style>