Shades of Mulberry #C3427F
Tints of Mulberry #C3427F
RGB
CMYK
RGB Variations
Color information
#C3427F (or 0xC3427F) is known color: Mulberry. HEX triplet: C3, 42 and 7F. RGB value is (195,66,127). Sum of RGB (Red+Green+Blue) = 195+66+127=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3427F is #3CBD80. Grayscale: #6F6F6F. Windows color (decimal): -3980673 or 8340163. OLE color: 8340163.
HSL color Cylindrical-coordinate representation of color #C3427F: hue angle of 331.63º 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 #C3427F is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 127 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.24 |
| HSL | 331.63º | 0.52% | 0.51% | - |
| HSV(B) | 331.63º | 0.66% | 0.76% | - |
| XYZ | 28.28 | 17.03 | 21.88 | - |
| YUV | 111.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 127 | 0 | 0.66 | 0.35 | 0.24 | 331.63 | 0.52 | 0.51 |
| Hex | C3 | 42 | 7F | 0 | 42 | 23 | 18 | 14C | 34 | 33 |
| Octal | 303 | 102 | 177 | 0 | 102 | 43 | 30 | 514 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1111111 | 0 | 1000010 | 100011 | 11000 | 101001100 | 110100 | 110011 |
Color Harmonies of #C3427F
Complementary color
Monochromatic Colors of #C3427F
Black with #C3427F
Text Example
Text Example
White with #C3427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3427F; }
p { color: rgb(195,66,127); }
H1.HeaderClassName
{
color: #C3427F;
}
.AnyTagClassName
{
color: #C3427F;
}
</style>
background-color css
<style>
a { background-color: #C3427F; }
a { background-color: rgb(195,66,127); }
div.DivClassName
{
background-color: #C3427F;
}
.BgClassName
{
background-color: #C3427F;
}
</style>
border-color css
<style>
span { border-color: #C3427F; }
span { border-color: rgb(195,66,127); }
td.TdClassName
{
border-color: #C3427F;
}
.TagClassName
{
border-color: #C3427F;
}
</style>