Shades of Mulberry #C3419D
Tints of Mulberry #C3419D
RGB
CMYK
RGB Variations
Color information
#C3419D (or 0xC3419D) is known color: Mulberry. HEX triplet: C3, 41 and 9D. RGB value is (195,65,157). Sum of RGB (Red+Green+Blue) = 195+65+157=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3419D is #3CBE62. Grayscale: #727272. Windows color (decimal): -3980899 or 10305987. OLE color: 10305987.
HSL color Cylindrical-coordinate representation of color #C3419D: hue angle of 317.54º 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 #C3419D is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 157 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.24 |
| HSL | 317.54º | 0.52% | 0.51% | - |
| HSV(B) | 317.54º | 0.67% | 0.76% | - |
| XYZ | 30.48 | 17.82 | 33.73 | - |
| YUV | 114.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 157 | 0 | 0.67 | 0.19 | 0.24 | 317.54 | 0.52 | 0.51 |
| Hex | C3 | 41 | 9D | 0 | 43 | 13 | 18 | 13E | 34 | 33 |
| Octal | 303 | 101 | 235 | 0 | 103 | 23 | 30 | 476 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10011101 | 0 | 1000011 | 10011 | 11000 | 100111110 | 110100 | 110011 |
Color Harmonies of #C3419D
Complementary color
Monochromatic Colors of #C3419D
Black with #C3419D
Text Example
Text Example
White with #C3419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3419D; }
p { color: rgb(195,65,157); }
H1.HeaderClassName
{
color: #C3419D;
}
.AnyTagClassName
{
color: #C3419D;
}
</style>
background-color css
<style>
a { background-color: #C3419D; }
a { background-color: rgb(195,65,157); }
div.DivClassName
{
background-color: #C3419D;
}
.BgClassName
{
background-color: #C3419D;
}
</style>
border-color css
<style>
span { border-color: #C3419D; }
span { border-color: rgb(195,65,157); }
td.TdClassName
{
border-color: #C3419D;
}
.TagClassName
{
border-color: #C3419D;
}
</style>