Shades of Mulberry #C3407F
Tints of Mulberry #C3407F
RGB
CMYK
RGB Variations
Color information
#C3407F (or 0xC3407F) is known color: Mulberry. HEX triplet: C3, 40 and 7F. RGB value is (195,64,127). Sum of RGB (Red+Green+Blue) = 195+64+127=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3407F is #3CBF80. Grayscale: #6E6E6E. Windows color (decimal): -3981185 or 8339651. OLE color: 8339651.
HSL color Cylindrical-coordinate representation of color #C3407F: hue angle of 331.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3407F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 127 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.24 |
| HSL | 331.15º | 0.52% | 0.51% | - |
| HSV(B) | 331.15º | 0.67% | 0.76% | - |
| XYZ | 28.17 | 16.8 | 21.84 | - |
| YUV | 110.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 127 | 0 | 0.67 | 0.35 | 0.24 | 331.15 | 0.52 | 0.51 |
| Hex | C3 | 40 | 7F | 0 | 43 | 23 | 18 | 14B | 34 | 33 |
| Octal | 303 | 100 | 177 | 0 | 103 | 43 | 30 | 513 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1111111 | 0 | 1000011 | 100011 | 11000 | 101001011 | 110100 | 110011 |
Color Harmonies of #C3407F
Complementary color
Monochromatic Colors of #C3407F
Black with #C3407F
Text Example
Text Example
White with #C3407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3407F; }
p { color: rgb(195,64,127); }
H1.HeaderClassName
{
color: #C3407F;
}
.AnyTagClassName
{
color: #C3407F;
}
</style>
background-color css
<style>
a { background-color: #C3407F; }
a { background-color: rgb(195,64,127); }
div.DivClassName
{
background-color: #C3407F;
}
.BgClassName
{
background-color: #C3407F;
}
</style>
border-color css
<style>
span { border-color: #C3407F; }
span { border-color: rgb(195,64,127); }
td.TdClassName
{
border-color: #C3407F;
}
.TagClassName
{
border-color: #C3407F;
}
</style>