Shades of Mulberry #C3408D
Tints of Mulberry #C3408D
RGB
CMYK
RGB Variations
Color information
#C3408D (or 0xC3408D) is known color: Mulberry. HEX triplet: C3, 40 and 8D. RGB value is (195,64,141). Sum of RGB (Red+Green+Blue) = 195+64+141=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3408D is #3CBF72. Grayscale: #6F6F6F. Windows color (decimal): -3981171 or 9257155. OLE color: 9257155.
HSL color Cylindrical-coordinate representation of color #C3408D: hue angle of 324.73º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3408D is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 141 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.24 |
| HSL | 324.73º | 0.52% | 0.51% | - |
| HSV(B) | 324.73º | 0.67% | 0.76% | - |
| XYZ | 29.15 | 17.19 | 26.98 | - |
| YUV | 111.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 141 | 0 | 0.67 | 0.28 | 0.24 | 324.73 | 0.52 | 0.51 |
| Hex | C3 | 40 | 8D | 0 | 43 | 1C | 18 | 145 | 34 | 33 |
| Octal | 303 | 100 | 215 | 0 | 103 | 34 | 30 | 505 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10001101 | 0 | 1000011 | 11100 | 11000 | 101000101 | 110100 | 110011 |
Color Harmonies of #C3408D
Complementary color
Monochromatic Colors of #C3408D
Black with #C3408D
Text Example
Text Example
White with #C3408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3408D; }
p { color: rgb(195,64,141); }
H1.HeaderClassName
{
color: #C3408D;
}
.AnyTagClassName
{
color: #C3408D;
}
</style>
background-color css
<style>
a { background-color: #C3408D; }
a { background-color: rgb(195,64,141); }
div.DivClassName
{
background-color: #C3408D;
}
.BgClassName
{
background-color: #C3408D;
}
</style>
border-color css
<style>
span { border-color: #C3408D; }
span { border-color: rgb(195,64,141); }
td.TdClassName
{
border-color: #C3408D;
}
.TagClassName
{
border-color: #C3408D;
}
</style>