Shades of Mulberry #C348A3
Tints of Mulberry #C348A3
RGB
CMYK
RGB Variations
Color information
#C348A3 (or 0xC348A3) is known color: Mulberry. HEX triplet: C3, 48 and A3. RGB value is (195,72,163). Sum of RGB (Red+Green+Blue) = 195+72+163=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C348A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348A3 is #3CB75C. Grayscale: #767676. Windows color (decimal): -3979101 or 10700995. OLE color: 10700995.
HSL color Cylindrical-coordinate representation of color #C348A3: hue angle of 315.61º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C348A3 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 163 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.24 |
| HSL | 315.61º | 0.51% | 0.52% | - |
| HSV(B) | 315.61º | 0.63% | 0.76% | - |
| XYZ | 31.43 | 18.88 | 36.64 | - |
| YUV | 119.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 163 | 0 | 0.63 | 0.16 | 0.24 | 315.61 | 0.51 | 0.52 |
| Hex | C3 | 48 | A3 | 0 | 3F | 10 | 18 | 13C | 33 | 34 |
| Octal | 303 | 110 | 243 | 0 | 77 | 20 | 30 | 474 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10100011 | 0 | 111111 | 10000 | 11000 | 100111100 | 110011 | 110100 |
Color Harmonies of #C348A3
Complementary color
Monochromatic Colors of #C348A3
Black with #C348A3
Text Example
Text Example
White with #C348A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348A3; }
p { color: rgb(195,72,163); }
H1.HeaderClassName
{
color: #C348A3;
}
.AnyTagClassName
{
color: #C348A3;
}
</style>
background-color css
<style>
a { background-color: #C348A3; }
a { background-color: rgb(195,72,163); }
div.DivClassName
{
background-color: #C348A3;
}
.BgClassName
{
background-color: #C348A3;
}
</style>
border-color css
<style>
span { border-color: #C348A3; }
span { border-color: rgb(195,72,163); }
td.TdClassName
{
border-color: #C348A3;
}
.TagClassName
{
border-color: #C348A3;
}
</style>