Shades of Mulberry #C3449B
Tints of Mulberry #C3449B
RGB
CMYK
RGB Variations
Color information
#C3449B (or 0xC3449B) is known color: Mulberry. HEX triplet: C3, 44 and 9B. RGB value is (195,68,155). Sum of RGB (Red+Green+Blue) = 195+68+155=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3449B is #3CBB64. Grayscale: #737373. Windows color (decimal): -3980133 or 10175683. OLE color: 10175683.
HSL color Cylindrical-coordinate representation of color #C3449B: hue angle of 318.9º 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 #C3449B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 155 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.24 |
| HSL | 318.9º | 0.51% | 0.52% | - |
| HSV(B) | 318.9º | 0.65% | 0.76% | - |
| XYZ | 30.49 | 18.1 | 32.9 | - |
| YUV | 115.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 155 | 0 | 0.65 | 0.21 | 0.24 | 318.9 | 0.51 | 0.52 |
| Hex | C3 | 44 | 9B | 0 | 41 | 15 | 18 | 13F | 33 | 34 |
| Octal | 303 | 104 | 233 | 0 | 101 | 25 | 30 | 477 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10011011 | 0 | 1000001 | 10101 | 11000 | 100111111 | 110011 | 110100 |
Color Harmonies of #C3449B
Complementary color
Monochromatic Colors of #C3449B
Black with #C3449B
Text Example
Text Example
White with #C3449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3449B; }
p { color: rgb(195,68,155); }
H1.HeaderClassName
{
color: #C3449B;
}
.AnyTagClassName
{
color: #C3449B;
}
</style>
background-color css
<style>
a { background-color: #C3449B; }
a { background-color: rgb(195,68,155); }
div.DivClassName
{
background-color: #C3449B;
}
.BgClassName
{
background-color: #C3449B;
}
</style>
border-color css
<style>
span { border-color: #C3449B; }
span { border-color: rgb(195,68,155); }
td.TdClassName
{
border-color: #C3449B;
}
.TagClassName
{
border-color: #C3449B;
}
</style>