Shades of Mulberry #C3469F
Tints of Mulberry #C3469F
RGB
CMYK
RGB Variations
Color information
#C3469F (or 0xC3469F) is known color: Mulberry. HEX triplet: C3, 46 and 9F. RGB value is (195,70,159). Sum of RGB (Red+Green+Blue) = 195+70+159=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3469F is #3CB960. Grayscale: #757575. Windows color (decimal): -3979617 or 10438339. OLE color: 10438339.
HSL color Cylindrical-coordinate representation of color #C3469F: hue angle of 317.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3469F is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 159 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.24 |
| HSL | 317.28º | 0.51% | 0.52% | - |
| HSV(B) | 317.28º | 0.64% | 0.76% | - |
| XYZ | 30.95 | 18.49 | 34.74 | - |
| YUV | 117.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 159 | 0 | 0.64 | 0.18 | 0.24 | 317.28 | 0.51 | 0.52 |
| Hex | C3 | 46 | 9F | 0 | 40 | 12 | 18 | 13D | 33 | 34 |
| Octal | 303 | 106 | 237 | 0 | 100 | 22 | 30 | 475 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10011111 | 0 | 1000000 | 10010 | 11000 | 100111101 | 110011 | 110100 |
Color Harmonies of #C3469F
Complementary color
Monochromatic Colors of #C3469F
Black with #C3469F
Text Example
Text Example
White with #C3469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3469F; }
p { color: rgb(195,70,159); }
H1.HeaderClassName
{
color: #C3469F;
}
.AnyTagClassName
{
color: #C3469F;
}
</style>
background-color css
<style>
a { background-color: #C3469F; }
a { background-color: rgb(195,70,159); }
div.DivClassName
{
background-color: #C3469F;
}
.BgClassName
{
background-color: #C3469F;
}
</style>
border-color css
<style>
span { border-color: #C3469F; }
span { border-color: rgb(195,70,159); }
td.TdClassName
{
border-color: #C3469F;
}
.TagClassName
{
border-color: #C3469F;
}
</style>