Shades of Mulberry #C43F7F
Tints of Mulberry #C43F7F
RGB
CMYK
RGB Variations
Color information
#C43F7F (or 0xC43F7F) is known color: Mulberry. HEX triplet: C4, 3F and 7F. RGB value is (196,63,127). Sum of RGB (Red+Green+Blue) = 196+63+127=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F7F is #3BC080. Grayscale: #6D6D6D. Windows color (decimal): -3915905 or 8339396. OLE color: 8339396.
HSL color Cylindrical-coordinate representation of color #C43F7F: hue angle of 331.13º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F7F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 127 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.23 |
| HSL | 331.13º | 0.53% | 0.51% | - |
| HSV(B) | 331.13º | 0.68% | 0.77% | - |
| XYZ | 28.37 | 16.82 | 21.83 | - |
| YUV | 110.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 127 | 0 | 0.68 | 0.35 | 0.23 | 331.13 | 0.53 | 0.51 |
| Hex | C4 | 3F | 7F | 0 | 44 | 23 | 17 | 14B | 35 | 33 |
| Octal | 304 | 77 | 177 | 0 | 104 | 43 | 27 | 513 | 65 | 63 |
| Binary | 11000100 | 111111 | 1111111 | 0 | 1000100 | 100011 | 10111 | 101001011 | 110101 | 110011 |
Color Harmonies of #C43F7F
Complementary color
Monochromatic Colors of #C43F7F
Black with #C43F7F
Text Example
Text Example
White with #C43F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F7F; }
p { color: rgb(196,63,127); }
H1.HeaderClassName
{
color: #C43F7F;
}
.AnyTagClassName
{
color: #C43F7F;
}
</style>
background-color css
<style>
a { background-color: #C43F7F; }
a { background-color: rgb(196,63,127); }
div.DivClassName
{
background-color: #C43F7F;
}
.BgClassName
{
background-color: #C43F7F;
}
</style>
border-color css
<style>
span { border-color: #C43F7F; }
span { border-color: rgb(196,63,127); }
td.TdClassName
{
border-color: #C43F7F;
}
.TagClassName
{
border-color: #C43F7F;
}
</style>