Shades of Mulberry #C347A4
Tints of Mulberry #C347A4
RGB
CMYK
RGB Variations
Color information
#C347A4 (or 0xC347A4) is known color: Mulberry. HEX triplet: C3, 47 and A4. RGB value is (195,71,164). Sum of RGB (Red+Green+Blue) = 195+71+164=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C347A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347A4 is #3CB85B. Grayscale: #767676. Windows color (decimal): -3979356 or 10766275. OLE color: 10766275.
HSL color Cylindrical-coordinate representation of color #C347A4: hue angle of 315º 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 #C347A4 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 164 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.24 |
| HSL | 315º | 0.51% | 0.52% | - |
| HSV(B) | 315º | 0.64% | 0.76% | - |
| XYZ | 31.46 | 18.79 | 37.09 | - |
| YUV | 118.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 164 | 0 | 0.64 | 0.16 | 0.24 | 315 | 0.51 | 0.52 |
| Hex | C3 | 47 | A4 | 0 | 40 | 10 | 18 | 13B | 33 | 34 |
| Octal | 303 | 107 | 244 | 0 | 100 | 20 | 30 | 473 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10100100 | 0 | 1000000 | 10000 | 11000 | 100111011 | 110011 | 110100 |
Color Harmonies of #C347A4
Complementary color
Monochromatic Colors of #C347A4
Black with #C347A4
Text Example
Text Example
White with #C347A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347A4; }
p { color: rgb(195,71,164); }
H1.HeaderClassName
{
color: #C347A4;
}
.AnyTagClassName
{
color: #C347A4;
}
</style>
background-color css
<style>
a { background-color: #C347A4; }
a { background-color: rgb(195,71,164); }
div.DivClassName
{
background-color: #C347A4;
}
.BgClassName
{
background-color: #C347A4;
}
</style>
border-color css
<style>
span { border-color: #C347A4; }
span { border-color: rgb(195,71,164); }
td.TdClassName
{
border-color: #C347A4;
}
.TagClassName
{
border-color: #C347A4;
}
</style>