Shades of Mulberry #CA4180
Tints of Mulberry #CA4180
RGB
CMYK
RGB Variations
Color information
#CA4180 (or 0xCA4180) is known color: Mulberry. HEX triplet: CA, 41 and 80. RGB value is (202,65,128). Sum of RGB (Red+Green+Blue) = 202+65+128=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4180 is #35BE7F. Grayscale: #717171. Windows color (decimal): -3522176 or 8405450. OLE color: 8405450.
HSL color Cylindrical-coordinate representation of color #CA4180: hue angle of 332.41º 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 #CA4180 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 128 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.21 |
| HSL | 332.41º | 0.56% | 0.52% | - |
| HSV(B) | 332.41º | 0.68% | 0.79% | - |
| XYZ | 30.14 | 17.9 | 22.29 | - |
| YUV | 113.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 128 | 0 | 0.68 | 0.37 | 0.21 | 332.41 | 0.56 | 0.52 |
| Hex | CA | 41 | 80 | 0 | 44 | 25 | 15 | 14C | 38 | 34 |
| Octal | 312 | 101 | 200 | 0 | 104 | 45 | 25 | 514 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10000000 | 0 | 1000100 | 100101 | 10101 | 101001100 | 111000 | 110100 |
Color Harmonies of #CA4180
Complementary color
Monochromatic Colors of #CA4180
Black with #CA4180
Text Example
Text Example
White with #CA4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4180; }
p { color: rgb(202,65,128); }
H1.HeaderClassName
{
color: #CA4180;
}
.AnyTagClassName
{
color: #CA4180;
}
</style>
background-color css
<style>
a { background-color: #CA4180; }
a { background-color: rgb(202,65,128); }
div.DivClassName
{
background-color: #CA4180;
}
.BgClassName
{
background-color: #CA4180;
}
</style>
border-color css
<style>
span { border-color: #CA4180; }
span { border-color: rgb(202,65,128); }
td.TdClassName
{
border-color: #CA4180;
}
.TagClassName
{
border-color: #CA4180;
}
</style>