Shades of Mulberry #C344A3
Tints of Mulberry #C344A3
RGB
CMYK
RGB Variations
Color information
#C344A3 (or 0xC344A3) is known color: Mulberry. HEX triplet: C3, 44 and A3. RGB value is (195,68,163). Sum of RGB (Red+Green+Blue) = 195+68+163=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C344A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344A3 is #3CBB5C. Grayscale: #747474. Windows color (decimal): -3980125 or 10699971. OLE color: 10699971.
HSL color Cylindrical-coordinate representation of color #C344A3: hue angle of 315.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344A3 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 163 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.24 |
| HSL | 315.12º | 0.51% | 0.52% | - |
| HSV(B) | 315.12º | 0.65% | 0.76% | - |
| XYZ | 31.18 | 18.38 | 36.55 | - |
| YUV | 116.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 163 | 0 | 0.65 | 0.16 | 0.24 | 315.12 | 0.51 | 0.52 |
| Hex | C3 | 44 | A3 | 0 | 41 | 10 | 18 | 13B | 33 | 34 |
| Octal | 303 | 104 | 243 | 0 | 101 | 20 | 30 | 473 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10100011 | 0 | 1000001 | 10000 | 11000 | 100111011 | 110011 | 110100 |
Color Harmonies of #C344A3
Complementary color
Monochromatic Colors of #C344A3
Black with #C344A3
Text Example
Text Example
White with #C344A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344A3; }
p { color: rgb(195,68,163); }
H1.HeaderClassName
{
color: #C344A3;
}
.AnyTagClassName
{
color: #C344A3;
}
</style>
background-color css
<style>
a { background-color: #C344A3; }
a { background-color: rgb(195,68,163); }
div.DivClassName
{
background-color: #C344A3;
}
.BgClassName
{
background-color: #C344A3;
}
</style>
border-color css
<style>
span { border-color: #C344A3; }
span { border-color: rgb(195,68,163); }
td.TdClassName
{
border-color: #C344A3;
}
.TagClassName
{
border-color: #C344A3;
}
</style>