Shades of Mulberry #C342A5
Tints of Mulberry #C342A5
RGB
CMYK
RGB Variations
Color information
#C342A5 (or 0xC342A5) is known color: Mulberry. HEX triplet: C3, 42 and A5. RGB value is (195,66,165). Sum of RGB (Red+Green+Blue) = 195+66+165=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C342A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342A5 is #3CBD5A. Grayscale: #737373. Windows color (decimal): -3980635 or 10830531. OLE color: 10830531.
HSL color Cylindrical-coordinate representation of color #C342A5: hue angle of 313.95º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C342A5 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 165 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.24 |
| HSL | 313.95º | 0.52% | 0.51% | - |
| HSV(B) | 313.95º | 0.66% | 0.76% | - |
| XYZ | 31.25 | 18.22 | 37.47 | - |
| YUV | 115.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 165 | 0 | 0.66 | 0.15 | 0.24 | 313.95 | 0.52 | 0.51 |
| Hex | C3 | 42 | A5 | 0 | 42 | F | 18 | 13A | 34 | 33 |
| Octal | 303 | 102 | 245 | 0 | 102 | 17 | 30 | 472 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10100101 | 0 | 1000010 | 1111 | 11000 | 100111010 | 110100 | 110011 |
Color Harmonies of #C342A5
Complementary color
Monochromatic Colors of #C342A5
Black with #C342A5
Text Example
Text Example
White with #C342A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342A5; }
p { color: rgb(195,66,165); }
H1.HeaderClassName
{
color: #C342A5;
}
.AnyTagClassName
{
color: #C342A5;
}
</style>
background-color css
<style>
a { background-color: #C342A5; }
a { background-color: rgb(195,66,165); }
div.DivClassName
{
background-color: #C342A5;
}
.BgClassName
{
background-color: #C342A5;
}
</style>
border-color css
<style>
span { border-color: #C342A5; }
span { border-color: rgb(195,66,165); }
td.TdClassName
{
border-color: #C342A5;
}
.TagClassName
{
border-color: #C342A5;
}
</style>