Shades of Mulberry #C3448B
Tints of Mulberry #C3448B
RGB
CMYK
RGB Variations
Color information
#C3448B (or 0xC3448B) is known color: Mulberry. HEX triplet: C3, 44 and 8B. RGB value is (195,68,139). Sum of RGB (Red+Green+Blue) = 195+68+139=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3448B is #3CBB74. Grayscale: #717171. Windows color (decimal): -3980149 or 9127107. OLE color: 9127107.
HSL color Cylindrical-coordinate representation of color #C3448B: hue angle of 326.46º 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 #C3448B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 139 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.24 |
| HSL | 326.46º | 0.51% | 0.52% | - |
| HSV(B) | 326.46º | 0.65% | 0.76% | - |
| XYZ | 29.23 | 17.6 | 26.28 | - |
| YUV | 114.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 139 | 0 | 0.65 | 0.29 | 0.24 | 326.46 | 0.51 | 0.52 |
| Hex | C3 | 44 | 8B | 0 | 41 | 1D | 18 | 146 | 33 | 34 |
| Octal | 303 | 104 | 213 | 0 | 101 | 35 | 30 | 506 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10001011 | 0 | 1000001 | 11101 | 11000 | 101000110 | 110011 | 110100 |
Color Harmonies of #C3448B
Complementary color
Monochromatic Colors of #C3448B
Black with #C3448B
Text Example
Text Example
White with #C3448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3448B; }
p { color: rgb(195,68,139); }
H1.HeaderClassName
{
color: #C3448B;
}
.AnyTagClassName
{
color: #C3448B;
}
</style>
background-color css
<style>
a { background-color: #C3448B; }
a { background-color: rgb(195,68,139); }
div.DivClassName
{
background-color: #C3448B;
}
.BgClassName
{
background-color: #C3448B;
}
</style>
border-color css
<style>
span { border-color: #C3448B; }
span { border-color: rgb(195,68,139); }
td.TdClassName
{
border-color: #C3448B;
}
.TagClassName
{
border-color: #C3448B;
}
</style>