Shades of Mulberry #CA447C
Tints of Mulberry #CA447C
RGB
CMYK
RGB Variations
Color information
#CA447C (or 0xCA447C) is known color: Mulberry. HEX triplet: CA, 44 and 7C. RGB value is (202,68,124). Sum of RGB (Red+Green+Blue) = 202+68+124=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA447C is #35BB83. Grayscale: #727272. Windows color (decimal): -3521412 or 8144074. OLE color: 8144074.
HSL color Cylindrical-coordinate representation of color #CA447C: hue angle of 334.93º 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 #CA447C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 124 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.21 |
| HSL | 334.93º | 0.56% | 0.53% | - |
| HSV(B) | 334.93º | 0.66% | 0.79% | - |
| XYZ | 30.06 | 18.15 | 20.99 | - |
| YUV | 114.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 124 | 0 | 0.66 | 0.39 | 0.21 | 334.93 | 0.56 | 0.53 |
| Hex | CA | 44 | 7C | 0 | 42 | 27 | 15 | 14F | 38 | 35 |
| Octal | 312 | 104 | 174 | 0 | 102 | 47 | 25 | 517 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1111100 | 0 | 1000010 | 100111 | 10101 | 101001111 | 111000 | 110101 |
Color Harmonies of #CA447C
Complementary color
Monochromatic Colors of #CA447C
Black with #CA447C
Text Example
Text Example
White with #CA447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA447C; }
p { color: rgb(202,68,124); }
H1.HeaderClassName
{
color: #CA447C;
}
.AnyTagClassName
{
color: #CA447C;
}
</style>
background-color css
<style>
a { background-color: #CA447C; }
a { background-color: rgb(202,68,124); }
div.DivClassName
{
background-color: #CA447C;
}
.BgClassName
{
background-color: #CA447C;
}
</style>
border-color css
<style>
span { border-color: #CA447C; }
span { border-color: rgb(202,68,124); }
td.TdClassName
{
border-color: #CA447C;
}
.TagClassName
{
border-color: #CA447C;
}
</style>