Shades of Mulberry #C3418C
Tints of Mulberry #C3418C
RGB
CMYK
RGB Variations
Color information
#C3418C (or 0xC3418C) is known color: Mulberry. HEX triplet: C3, 41 and 8C. RGB value is (195,65,140). Sum of RGB (Red+Green+Blue) = 195+65+140=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3418C is #3CBE73. Grayscale: #707070. Windows color (decimal): -3980916 or 9191875. OLE color: 9191875.
HSL color Cylindrical-coordinate representation of color #C3418C: hue angle of 325.38º 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 #C3418C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 140 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.24 |
| HSL | 325.38º | 0.52% | 0.51% | - |
| HSV(B) | 325.38º | 0.67% | 0.76% | - |
| XYZ | 29.13 | 17.28 | 26.61 | - |
| YUV | 112.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 140 | 0 | 0.67 | 0.28 | 0.24 | 325.38 | 0.52 | 0.51 |
| Hex | C3 | 41 | 8C | 0 | 43 | 1C | 18 | 145 | 34 | 33 |
| Octal | 303 | 101 | 214 | 0 | 103 | 34 | 30 | 505 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10001100 | 0 | 1000011 | 11100 | 11000 | 101000101 | 110100 | 110011 |
Color Harmonies of #C3418C
Complementary color
Monochromatic Colors of #C3418C
Black with #C3418C
Text Example
Text Example
White with #C3418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3418C; }
p { color: rgb(195,65,140); }
H1.HeaderClassName
{
color: #C3418C;
}
.AnyTagClassName
{
color: #C3418C;
}
</style>
background-color css
<style>
a { background-color: #C3418C; }
a { background-color: rgb(195,65,140); }
div.DivClassName
{
background-color: #C3418C;
}
.BgClassName
{
background-color: #C3418C;
}
</style>
border-color css
<style>
span { border-color: #C3418C; }
span { border-color: rgb(195,65,140); }
td.TdClassName
{
border-color: #C3418C;
}
.TagClassName
{
border-color: #C3418C;
}
</style>