Shades of Mulberry #C1407F
Tints of Mulberry #C1407F
RGB
CMYK
RGB Variations
Color information
#C1407F (or 0xC1407F) is known color: Mulberry. HEX triplet: C1, 40 and 7F. RGB value is (193,64,127). Sum of RGB (Red+Green+Blue) = 193+64+127=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1407F is #3EBF80. Grayscale: #6D6D6D. Windows color (decimal): -4112257 or 8339649. OLE color: 8339649.
HSL color Cylindrical-coordinate representation of color #C1407F: hue angle of 330.7º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1407F is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 127 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.24 |
| HSL | 330.7º | 0.51% | 0.5% | - |
| HSV(B) | 330.7º | 0.67% | 0.76% | - |
| XYZ | 27.66 | 16.54 | 21.81 | - |
| YUV | 109.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 127 | 0 | 0.67 | 0.34 | 0.24 | 330.7 | 0.51 | 0.5 |
| Hex | C1 | 40 | 7F | 0 | 43 | 22 | 18 | 14B | 33 | 32 |
| Octal | 301 | 100 | 177 | 0 | 103 | 42 | 30 | 513 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1111111 | 0 | 1000011 | 100010 | 11000 | 101001011 | 110011 | 110010 |
Color Harmonies of #C1407F
Complementary color
Monochromatic Colors of #C1407F
Black with #C1407F
Text Example
Text Example
White with #C1407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1407F; }
p { color: rgb(193,64,127); }
H1.HeaderClassName
{
color: #C1407F;
}
.AnyTagClassName
{
color: #C1407F;
}
</style>
background-color css
<style>
a { background-color: #C1407F; }
a { background-color: rgb(193,64,127); }
div.DivClassName
{
background-color: #C1407F;
}
.BgClassName
{
background-color: #C1407F;
}
</style>
border-color css
<style>
span { border-color: #C1407F; }
span { border-color: rgb(193,64,127); }
td.TdClassName
{
border-color: #C1407F;
}
.TagClassName
{
border-color: #C1407F;
}
</style>