Shades of Mulberry #C3438E
Tints of Mulberry #C3438E
RGB
CMYK
RGB Variations
Color information
#C3438E (or 0xC3438E) is known color: Mulberry. HEX triplet: C3, 43 and 8E. RGB value is (195,67,142). Sum of RGB (Red+Green+Blue) = 195+67+142=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3438E is #3CBC71. Grayscale: #717171. Windows color (decimal): -3980402 or 9323459. OLE color: 9323459.
HSL color Cylindrical-coordinate representation of color #C3438E: hue angle of 324.84º 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 #C3438E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 142 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.24 |
| HSL | 324.84º | 0.52% | 0.51% | - |
| HSV(B) | 324.84º | 0.66% | 0.76% | - |
| XYZ | 29.4 | 17.57 | 27.43 | - |
| YUV | 113.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 142 | 0 | 0.66 | 0.27 | 0.24 | 324.84 | 0.52 | 0.51 |
| Hex | C3 | 43 | 8E | 0 | 42 | 1B | 18 | 145 | 34 | 33 |
| Octal | 303 | 103 | 216 | 0 | 102 | 33 | 30 | 505 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10001110 | 0 | 1000010 | 11011 | 11000 | 101000101 | 110100 | 110011 |
Color Harmonies of #C3438E
Complementary color
Monochromatic Colors of #C3438E
Black with #C3438E
Text Example
Text Example
White with #C3438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3438E; }
p { color: rgb(195,67,142); }
H1.HeaderClassName
{
color: #C3438E;
}
.AnyTagClassName
{
color: #C3438E;
}
</style>
background-color css
<style>
a { background-color: #C3438E; }
a { background-color: rgb(195,67,142); }
div.DivClassName
{
background-color: #C3438E;
}
.BgClassName
{
background-color: #C3438E;
}
</style>
border-color css
<style>
span { border-color: #C3438E; }
span { border-color: rgb(195,67,142); }
td.TdClassName
{
border-color: #C3438E;
}
.TagClassName
{
border-color: #C3438E;
}
</style>