Shades of Mulberry #CB3F93
Tints of Mulberry #CB3F93
RGB
CMYK
RGB Variations
Color information
#CB3F93 (or 0xCB3F93) is known color: Mulberry. HEX triplet: CB, 3F and 93. RGB value is (203,63,147). Sum of RGB (Red+Green+Blue) = 203+63+147=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3F93 is #34C06C. Grayscale: #727272. Windows color (decimal): -3457133 or 9650123. OLE color: 9650123.
HSL color Cylindrical-coordinate representation of color #CB3F93: hue angle of 324º 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 #CB3F93 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 147 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.20 |
| HSL | 324º | 0.57% | 0.52% | - |
| HSV(B) | 324º | 0.69% | 0.8% | - |
| XYZ | 31.67 | 18.36 | 29.48 | - |
| YUV | 114.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 147 | 0 | 0.69 | 0.28 | 0.20 | 324 | 0.57 | 0.52 |
| Hex | CB | 3F | 93 | 0 | 45 | 1C | 14 | 144 | 39 | 34 |
| Octal | 313 | 77 | 223 | 0 | 105 | 34 | 24 | 504 | 71 | 64 |
| Binary | 11001011 | 111111 | 10010011 | 0 | 1000101 | 11100 | 10100 | 101000100 | 111001 | 110100 |
Color Harmonies of #CB3F93
Complementary color
Monochromatic Colors of #CB3F93
Black with #CB3F93
Text Example
Text Example
White with #CB3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F93; }
p { color: rgb(203,63,147); }
H1.HeaderClassName
{
color: #CB3F93;
}
.AnyTagClassName
{
color: #CB3F93;
}
</style>
background-color css
<style>
a { background-color: #CB3F93; }
a { background-color: rgb(203,63,147); }
div.DivClassName
{
background-color: #CB3F93;
}
.BgClassName
{
background-color: #CB3F93;
}
</style>
border-color css
<style>
span { border-color: #CB3F93; }
span { border-color: rgb(203,63,147); }
td.TdClassName
{
border-color: #CB3F93;
}
.TagClassName
{
border-color: #CB3F93;
}
</style>