Shades of Mulberry #CA447F
Tints of Mulberry #CA447F
RGB
CMYK
RGB Variations
Color information
#CA447F (or 0xCA447F) is known color: Mulberry. HEX triplet: CA, 44 and 7F. RGB value is (202,68,127). Sum of RGB (Red+Green+Blue) = 202+68+127=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA447F is #35BB80. Grayscale: #727272. Windows color (decimal): -3521409 or 8340682. OLE color: 8340682.
HSL color Cylindrical-coordinate representation of color #CA447F: hue angle of 333.58º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA447F is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 127 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.21 |
| HSL | 333.58º | 0.56% | 0.53% | - |
| HSV(B) | 333.58º | 0.66% | 0.79% | - |
| XYZ | 30.26 | 18.22 | 22 | - |
| YUV | 114.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 127 | 0 | 0.66 | 0.37 | 0.21 | 333.58 | 0.56 | 0.53 |
| Hex | CA | 44 | 7F | 0 | 42 | 25 | 15 | 14E | 38 | 35 |
| Octal | 312 | 104 | 177 | 0 | 102 | 45 | 25 | 516 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1111111 | 0 | 1000010 | 100101 | 10101 | 101001110 | 111000 | 110101 |
Color Harmonies of #CA447F
Complementary color
Monochromatic Colors of #CA447F
Black with #CA447F
Text Example
Text Example
White with #CA447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA447F; }
p { color: rgb(202,68,127); }
H1.HeaderClassName
{
color: #CA447F;
}
.AnyTagClassName
{
color: #CA447F;
}
</style>
background-color css
<style>
a { background-color: #CA447F; }
a { background-color: rgb(202,68,127); }
div.DivClassName
{
background-color: #CA447F;
}
.BgClassName
{
background-color: #CA447F;
}
</style>
border-color css
<style>
span { border-color: #CA447F; }
span { border-color: rgb(202,68,127); }
td.TdClassName
{
border-color: #CA447F;
}
.TagClassName
{
border-color: #CA447F;
}
</style>