Shades of Mulberry #CB3E8F
Tints of Mulberry #CB3E8F
RGB
CMYK
RGB Variations
Color information
#CB3E8F (or 0xCB3E8F) is known color: Mulberry. HEX triplet: CB, 3E and 8F. RGB value is (203,62,143). Sum of RGB (Red+Green+Blue) = 203+62+143=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3E8F is #34C170. Grayscale: #717171. Windows color (decimal): -3457393 or 9387723. OLE color: 9387723.
HSL color Cylindrical-coordinate representation of color #CB3E8F: hue angle of 325.53º 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 #CB3E8F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 143 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.20 |
| HSL | 325.53º | 0.58% | 0.52% | - |
| HSV(B) | 325.53º | 0.69% | 0.8% | - |
| XYZ | 31.31 | 18.12 | 27.83 | - |
| YUV | 113.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 143 | 0 | 0.69 | 0.30 | 0.20 | 325.53 | 0.58 | 0.52 |
| Hex | CB | 3E | 8F | 0 | 45 | 1E | 14 | 146 | 3A | 34 |
| Octal | 313 | 76 | 217 | 0 | 105 | 36 | 24 | 506 | 72 | 64 |
| Binary | 11001011 | 111110 | 10001111 | 0 | 1000101 | 11110 | 10100 | 101000110 | 111010 | 110100 |
Color Harmonies of #CB3E8F
Complementary color
Monochromatic Colors of #CB3E8F
Black with #CB3E8F
Text Example
Text Example
White with #CB3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E8F; }
p { color: rgb(203,62,143); }
H1.HeaderClassName
{
color: #CB3E8F;
}
.AnyTagClassName
{
color: #CB3E8F;
}
</style>
background-color css
<style>
a { background-color: #CB3E8F; }
a { background-color: rgb(203,62,143); }
div.DivClassName
{
background-color: #CB3E8F;
}
.BgClassName
{
background-color: #CB3E8F;
}
</style>
border-color css
<style>
span { border-color: #CB3E8F; }
span { border-color: rgb(203,62,143); }
td.TdClassName
{
border-color: #CB3E8F;
}
.TagClassName
{
border-color: #CB3E8F;
}
</style>