Shades of Mulberry #C3438F
Tints of Mulberry #C3438F
RGB
CMYK
RGB Variations
Color information
#C3438F (or 0xC3438F) is known color: Mulberry. HEX triplet: C3, 43 and 8F. RGB value is (195,67,143). Sum of RGB (Red+Green+Blue) = 195+67+143=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3438F is #3CBC70. Grayscale: #717171. Windows color (decimal): -3980401 or 9388995. OLE color: 9388995.
HSL color Cylindrical-coordinate representation of color #C3438F: hue angle of 324.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3438F is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 143 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.24 |
| HSL | 324.38º | 0.52% | 0.51% | - |
| HSV(B) | 324.38º | 0.66% | 0.76% | - |
| XYZ | 29.47 | 17.6 | 27.83 | - |
| YUV | 113.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 143 | 0 | 0.66 | 0.27 | 0.24 | 324.38 | 0.52 | 0.51 |
| Hex | C3 | 43 | 8F | 0 | 42 | 1B | 18 | 144 | 34 | 33 |
| Octal | 303 | 103 | 217 | 0 | 102 | 33 | 30 | 504 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10001111 | 0 | 1000010 | 11011 | 11000 | 101000100 | 110100 | 110011 |
Color Harmonies of #C3438F
Complementary color
Monochromatic Colors of #C3438F
Black with #C3438F
Text Example
Text Example
White with #C3438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3438F; }
p { color: rgb(195,67,143); }
H1.HeaderClassName
{
color: #C3438F;
}
.AnyTagClassName
{
color: #C3438F;
}
</style>
background-color css
<style>
a { background-color: #C3438F; }
a { background-color: rgb(195,67,143); }
div.DivClassName
{
background-color: #C3438F;
}
.BgClassName
{
background-color: #C3438F;
}
</style>
border-color css
<style>
span { border-color: #C3438F; }
span { border-color: rgb(195,67,143); }
td.TdClassName
{
border-color: #C3438F;
}
.TagClassName
{
border-color: #C3438F;
}
</style>