Shades of Mulberry #CA4183
Tints of Mulberry #CA4183
RGB
CMYK
RGB Variations
Color information
#CA4183 (or 0xCA4183) is known color: Mulberry. HEX triplet: CA, 41 and 83. RGB value is (202,65,131). Sum of RGB (Red+Green+Blue) = 202+65+131=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4183 is #35BE7C. Grayscale: #717171. Windows color (decimal): -3522173 or 8602058. OLE color: 8602058.
HSL color Cylindrical-coordinate representation of color #CA4183: hue angle of 331.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4183 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 131 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.21 |
| HSL | 331.09º | 0.56% | 0.52% | - |
| HSV(B) | 331.09º | 0.68% | 0.79% | - |
| XYZ | 30.34 | 17.98 | 23.34 | - |
| YUV | 113.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 131 | 0 | 0.68 | 0.35 | 0.21 | 331.09 | 0.56 | 0.52 |
| Hex | CA | 41 | 83 | 0 | 44 | 23 | 15 | 14B | 38 | 34 |
| Octal | 312 | 101 | 203 | 0 | 104 | 43 | 25 | 513 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10000011 | 0 | 1000100 | 100011 | 10101 | 101001011 | 111000 | 110100 |
Color Harmonies of #CA4183
Complementary color
Monochromatic Colors of #CA4183
Black with #CA4183
Text Example
Text Example
White with #CA4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4183; }
p { color: rgb(202,65,131); }
H1.HeaderClassName
{
color: #CA4183;
}
.AnyTagClassName
{
color: #CA4183;
}
</style>
background-color css
<style>
a { background-color: #CA4183; }
a { background-color: rgb(202,65,131); }
div.DivClassName
{
background-color: #CA4183;
}
.BgClassName
{
background-color: #CA4183;
}
</style>
border-color css
<style>
span { border-color: #CA4183; }
span { border-color: rgb(202,65,131); }
td.TdClassName
{
border-color: #CA4183;
}
.TagClassName
{
border-color: #CA4183;
}
</style>