Shades of Mulberry #CB3F7B
Tints of Mulberry #CB3F7B
RGB
CMYK
RGB Variations
Color information
#CB3F7B (or 0xCB3F7B) is known color: Mulberry. HEX triplet: CB, 3F and 7B. RGB value is (203,63,123). Sum of RGB (Red+Green+Blue) = 203+63+123=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F7B is #34C084. Grayscale: #6F6F6F. Windows color (decimal): -3457157 or 8077259. OLE color: 8077259.
HSL color Cylindrical-coordinate representation of color #CB3F7B: hue angle of 334.29º 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 #CB3F7B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 123 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.20 |
| HSL | 334.29º | 0.57% | 0.52% | - |
| HSV(B) | 334.29º | 0.69% | 0.8% | - |
| XYZ | 29.98 | 17.68 | 20.57 | - |
| YUV | 111.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 123 | 0 | 0.69 | 0.39 | 0.20 | 334.29 | 0.57 | 0.52 |
| Hex | CB | 3F | 7B | 0 | 45 | 27 | 14 | 14E | 39 | 34 |
| Octal | 313 | 77 | 173 | 0 | 105 | 47 | 24 | 516 | 71 | 64 |
| Binary | 11001011 | 111111 | 1111011 | 0 | 1000101 | 100111 | 10100 | 101001110 | 111001 | 110100 |
Color Harmonies of #CB3F7B
Complementary color
Monochromatic Colors of #CB3F7B
Black with #CB3F7B
Text Example
Text Example
White with #CB3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F7B; }
p { color: rgb(203,63,123); }
H1.HeaderClassName
{
color: #CB3F7B;
}
.AnyTagClassName
{
color: #CB3F7B;
}
</style>
background-color css
<style>
a { background-color: #CB3F7B; }
a { background-color: rgb(203,63,123); }
div.DivClassName
{
background-color: #CB3F7B;
}
.BgClassName
{
background-color: #CB3F7B;
}
</style>
border-color css
<style>
span { border-color: #CB3F7B; }
span { border-color: rgb(203,63,123); }
td.TdClassName
{
border-color: #CB3F7B;
}
.TagClassName
{
border-color: #CB3F7B;
}
</style>