Shades of Mulberry #CB3CAA
Tints of Mulberry #CB3CAA
RGB
CMYK
RGB Variations
Color information
#CB3CAA (or 0xCB3CAA) is known color: Mulberry. HEX triplet: CB, 3C and AA. RGB value is (203,60,170). Sum of RGB (Red+Green+Blue) = 203+60+170=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3CAA is #34C355. Grayscale: #737373. Windows color (decimal): -3457878 or 11156683. OLE color: 11156683.
HSL color Cylindrical-coordinate representation of color #CB3CAA: hue angle of 313.85º 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 #CB3CAA is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 170 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.20 |
| HSL | 313.85º | 0.58% | 0.52% | - |
| HSV(B) | 313.85º | 0.7% | 0.8% | - |
| XYZ | 33.5 | 18.83 | 39.9 | - |
| YUV | 115.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 170 | 0 | 0.70 | 0.16 | 0.20 | 313.85 | 0.58 | 0.52 |
| Hex | CB | 3C | AA | 0 | 46 | 10 | 14 | 13A | 3A | 34 |
| Octal | 313 | 74 | 252 | 0 | 106 | 20 | 24 | 472 | 72 | 64 |
| Binary | 11001011 | 111100 | 10101010 | 0 | 1000110 | 10000 | 10100 | 100111010 | 111010 | 110100 |
Color Harmonies of #CB3CAA
Complementary color
Monochromatic Colors of #CB3CAA
Black with #CB3CAA
Text Example
Text Example
White with #CB3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CAA; }
p { color: rgb(203,60,170); }
H1.HeaderClassName
{
color: #CB3CAA;
}
.AnyTagClassName
{
color: #CB3CAA;
}
</style>
background-color css
<style>
a { background-color: #CB3CAA; }
a { background-color: rgb(203,60,170); }
div.DivClassName
{
background-color: #CB3CAA;
}
.BgClassName
{
background-color: #CB3CAA;
}
</style>
border-color css
<style>
span { border-color: #CB3CAA; }
span { border-color: rgb(203,60,170); }
td.TdClassName
{
border-color: #CB3CAA;
}
.TagClassName
{
border-color: #CB3CAA;
}
</style>