Shades of Mulberry #C348A2
Tints of Mulberry #C348A2
RGB
CMYK
RGB Variations
Color information
#C348A2 (or 0xC348A2) is known color: Mulberry. HEX triplet: C3, 48 and A2. RGB value is (195,72,162). Sum of RGB (Red+Green+Blue) = 195+72+162=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C348A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348A2 is #3CB75D. Grayscale: #767676. Windows color (decimal): -3979102 or 10635459. OLE color: 10635459.
HSL color Cylindrical-coordinate representation of color #C348A2: hue angle of 316.1º 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 #C348A2 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 162 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.24 |
| HSL | 316.1º | 0.51% | 0.52% | - |
| HSV(B) | 316.1º | 0.63% | 0.76% | - |
| XYZ | 31.34 | 18.85 | 36.17 | - |
| YUV | 119.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 162 | 0 | 0.63 | 0.17 | 0.24 | 316.1 | 0.51 | 0.52 |
| Hex | C3 | 48 | A2 | 0 | 3F | 11 | 18 | 13C | 33 | 34 |
| Octal | 303 | 110 | 242 | 0 | 77 | 21 | 30 | 474 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10100010 | 0 | 111111 | 10001 | 11000 | 100111100 | 110011 | 110100 |
Color Harmonies of #C348A2
Complementary color
Monochromatic Colors of #C348A2
Black with #C348A2
Text Example
Text Example
White with #C348A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348A2; }
p { color: rgb(195,72,162); }
H1.HeaderClassName
{
color: #C348A2;
}
.AnyTagClassName
{
color: #C348A2;
}
</style>
background-color css
<style>
a { background-color: #C348A2; }
a { background-color: rgb(195,72,162); }
div.DivClassName
{
background-color: #C348A2;
}
.BgClassName
{
background-color: #C348A2;
}
</style>
border-color css
<style>
span { border-color: #C348A2; }
span { border-color: rgb(195,72,162); }
td.TdClassName
{
border-color: #C348A2;
}
.TagClassName
{
border-color: #C348A2;
}
</style>