Shades of Mulberry #C344A6
Tints of Mulberry #C344A6
RGB
CMYK
RGB Variations
Color information
#C344A6 (or 0xC344A6) is known color: Mulberry. HEX triplet: C3, 44 and A6. RGB value is (195,68,166). Sum of RGB (Red+Green+Blue) = 195+68+166=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C344A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344A6 is #3CBB59. Grayscale: #747474. Windows color (decimal): -3980122 or 10896579. OLE color: 10896579.
HSL color Cylindrical-coordinate representation of color #C344A6: hue angle of 313.7º 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 #C344A6 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 166 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.24 |
| HSL | 313.7º | 0.51% | 0.52% | - |
| HSV(B) | 313.7º | 0.65% | 0.76% | - |
| XYZ | 31.46 | 18.49 | 37.99 | - |
| YUV | 117.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 166 | 0 | 0.65 | 0.15 | 0.24 | 313.7 | 0.51 | 0.52 |
| Hex | C3 | 44 | A6 | 0 | 41 | F | 18 | 13A | 33 | 34 |
| Octal | 303 | 104 | 246 | 0 | 101 | 17 | 30 | 472 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10100110 | 0 | 1000001 | 1111 | 11000 | 100111010 | 110011 | 110100 |
Color Harmonies of #C344A6
Complementary color
Monochromatic Colors of #C344A6
Black with #C344A6
Text Example
Text Example
White with #C344A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344A6; }
p { color: rgb(195,68,166); }
H1.HeaderClassName
{
color: #C344A6;
}
.AnyTagClassName
{
color: #C344A6;
}
</style>
background-color css
<style>
a { background-color: #C344A6; }
a { background-color: rgb(195,68,166); }
div.DivClassName
{
background-color: #C344A6;
}
.BgClassName
{
background-color: #C344A6;
}
</style>
border-color css
<style>
span { border-color: #C344A6; }
span { border-color: rgb(195,68,166); }
td.TdClassName
{
border-color: #C344A6;
}
.TagClassName
{
border-color: #C344A6;
}
</style>