Shades of Mulberry #C3469B
Tints of Mulberry #C3469B
RGB
CMYK
RGB Variations
Color information
#C3469B (or 0xC3469B) is known color: Mulberry. HEX triplet: C3, 46 and 9B. RGB value is (195,70,155). Sum of RGB (Red+Green+Blue) = 195+70+155=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3469B is #3CB964. Grayscale: #747474. Windows color (decimal): -3979621 or 10176195. OLE color: 10176195.
HSL color Cylindrical-coordinate representation of color #C3469B: hue angle of 319.2º 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 #C3469B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 155 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.24 |
| HSL | 319.2º | 0.51% | 0.52% | - |
| HSV(B) | 319.2º | 0.64% | 0.76% | - |
| XYZ | 30.61 | 18.35 | 32.94 | - |
| YUV | 117.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 155 | 0 | 0.64 | 0.21 | 0.24 | 319.2 | 0.51 | 0.52 |
| Hex | C3 | 46 | 9B | 0 | 40 | 15 | 18 | 13F | 33 | 34 |
| Octal | 303 | 106 | 233 | 0 | 100 | 25 | 30 | 477 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10011011 | 0 | 1000000 | 10101 | 11000 | 100111111 | 110011 | 110100 |
Color Harmonies of #C3469B
Complementary color
Monochromatic Colors of #C3469B
Black with #C3469B
Text Example
Text Example
White with #C3469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3469B; }
p { color: rgb(195,70,155); }
H1.HeaderClassName
{
color: #C3469B;
}
.AnyTagClassName
{
color: #C3469B;
}
</style>
background-color css
<style>
a { background-color: #C3469B; }
a { background-color: rgb(195,70,155); }
div.DivClassName
{
background-color: #C3469B;
}
.BgClassName
{
background-color: #C3469B;
}
</style>
border-color css
<style>
span { border-color: #C3469B; }
span { border-color: rgb(195,70,155); }
td.TdClassName
{
border-color: #C3469B;
}
.TagClassName
{
border-color: #C3469B;
}
</style>