Shades of Mulberry #C73BA3
Tints of Mulberry #C73BA3
RGB
CMYK
RGB Variations
Color information
#C73BA3 (or 0xC73BA3) is known color: Mulberry. HEX triplet: C7, 3B and A3. RGB value is (199,59,163). Sum of RGB (Red+Green+Blue) = 199+59+163=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BA3 is #38C45C. Grayscale: #707070. Windows color (decimal): -3720285 or 10697671. OLE color: 10697671.
HSL color Cylindrical-coordinate representation of color #C73BA3: hue angle of 315.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73BA3 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 163 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.22 |
| HSL | 315.43º | 0.56% | 0.51% | - |
| HSV(B) | 315.43º | 0.7% | 0.78% | - |
| XYZ | 31.73 | 17.91 | 36.44 | - |
| YUV | 112.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 163 | 0 | 0.70 | 0.18 | 0.22 | 315.43 | 0.56 | 0.51 |
| Hex | C7 | 3B | A3 | 0 | 46 | 12 | 16 | 13B | 38 | 33 |
| Octal | 307 | 73 | 243 | 0 | 106 | 22 | 26 | 473 | 70 | 63 |
| Binary | 11000111 | 111011 | 10100011 | 0 | 1000110 | 10010 | 10110 | 100111011 | 111000 | 110011 |
Color Harmonies of #C73BA3
Complementary color
Monochromatic Colors of #C73BA3
Black with #C73BA3
Text Example
Text Example
White with #C73BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BA3; }
p { color: rgb(199,59,163); }
H1.HeaderClassName
{
color: #C73BA3;
}
.AnyTagClassName
{
color: #C73BA3;
}
</style>
background-color css
<style>
a { background-color: #C73BA3; }
a { background-color: rgb(199,59,163); }
div.DivClassName
{
background-color: #C73BA3;
}
.BgClassName
{
background-color: #C73BA3;
}
</style>
border-color css
<style>
span { border-color: #C73BA3; }
span { border-color: rgb(199,59,163); }
td.TdClassName
{
border-color: #C73BA3;
}
.TagClassName
{
border-color: #C73BA3;
}
</style>