Shades of Mulberry #C3448A
Tints of Mulberry #C3448A
RGB
CMYK
RGB Variations
Color information
#C3448A (or 0xC3448A) is known color: Mulberry. HEX triplet: C3, 44 and 8A. RGB value is (195,68,138). Sum of RGB (Red+Green+Blue) = 195+68+138=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3448A is #3CBB75. Grayscale: #717171. Windows color (decimal): -3980150 or 9061571. OLE color: 9061571.
HSL color Cylindrical-coordinate representation of color #C3448A: hue angle of 326.93º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3448A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 138 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.24 |
| HSL | 326.93º | 0.51% | 0.52% | - |
| HSV(B) | 326.93º | 0.65% | 0.76% | - |
| XYZ | 29.16 | 17.57 | 25.9 | - |
| YUV | 113.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 138 | 0 | 0.65 | 0.29 | 0.24 | 326.93 | 0.51 | 0.52 |
| Hex | C3 | 44 | 8A | 0 | 41 | 1D | 18 | 147 | 33 | 34 |
| Octal | 303 | 104 | 212 | 0 | 101 | 35 | 30 | 507 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10001010 | 0 | 1000001 | 11101 | 11000 | 101000111 | 110011 | 110100 |
Color Harmonies of #C3448A
Complementary color
Monochromatic Colors of #C3448A
Black with #C3448A
Text Example
Text Example
White with #C3448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3448A; }
p { color: rgb(195,68,138); }
H1.HeaderClassName
{
color: #C3448A;
}
.AnyTagClassName
{
color: #C3448A;
}
</style>
background-color css
<style>
a { background-color: #C3448A; }
a { background-color: rgb(195,68,138); }
div.DivClassName
{
background-color: #C3448A;
}
.BgClassName
{
background-color: #C3448A;
}
</style>
border-color css
<style>
span { border-color: #C3448A; }
span { border-color: rgb(195,68,138); }
td.TdClassName
{
border-color: #C3448A;
}
.TagClassName
{
border-color: #C3448A;
}
</style>