Shades of Mulberry #C43CA7
Tints of Mulberry #C43CA7
RGB
CMYK
RGB Variations
Color information
#C43CA7 (or 0xC43CA7) is known color: Mulberry. HEX triplet: C4, 3C and A7. RGB value is (196,60,167). Sum of RGB (Red+Green+Blue) = 196+60+167=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CA7 is #3BC358. Grayscale: #707070. Windows color (decimal): -3916633 or 10960068. OLE color: 10960068.
HSL color Cylindrical-coordinate representation of color #C43CA7: hue angle of 312.79º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43CA7 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 167 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.23 |
| HSL | 312.79º | 0.54% | 0.5% | - |
| HSV(B) | 312.79º | 0.69% | 0.77% | - |
| XYZ | 31.36 | 17.76 | 38.33 | - |
| YUV | 112.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 167 | 0 | 0.69 | 0.15 | 0.23 | 312.79 | 0.54 | 0.5 |
| Hex | C4 | 3C | A7 | 0 | 45 | F | 17 | 139 | 36 | 32 |
| Octal | 304 | 74 | 247 | 0 | 105 | 17 | 27 | 471 | 66 | 62 |
| Binary | 11000100 | 111100 | 10100111 | 0 | 1000101 | 1111 | 10111 | 100111001 | 110110 | 110010 |
Color Harmonies of #C43CA7
Complementary color
Monochromatic Colors of #C43CA7
Black with #C43CA7
Text Example
Text Example
White with #C43CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CA7; }
p { color: rgb(196,60,167); }
H1.HeaderClassName
{
color: #C43CA7;
}
.AnyTagClassName
{
color: #C43CA7;
}
</style>
background-color css
<style>
a { background-color: #C43CA7; }
a { background-color: rgb(196,60,167); }
div.DivClassName
{
background-color: #C43CA7;
}
.BgClassName
{
background-color: #C43CA7;
}
</style>
border-color css
<style>
span { border-color: #C43CA7; }
span { border-color: rgb(196,60,167); }
td.TdClassName
{
border-color: #C43CA7;
}
.TagClassName
{
border-color: #C43CA7;
}
</style>