Shades of Mulberry #CA4282
Tints of Mulberry #CA4282
RGB
CMYK
RGB Variations
Color information
#CA4282 (or 0xCA4282) is known color: Mulberry. HEX triplet: CA, 42 and 82. RGB value is (202,66,130). Sum of RGB (Red+Green+Blue) = 202+66+130=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4282 is #35BD7D. Grayscale: #717171. Windows color (decimal): -3521918 or 8536778. OLE color: 8536778.
HSL color Cylindrical-coordinate representation of color #CA4282: hue angle of 331.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4282 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 130 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.21 |
| HSL | 331.76º | 0.56% | 0.53% | - |
| HSV(B) | 331.76º | 0.67% | 0.79% | - |
| XYZ | 30.33 | 18.06 | 23.01 | - |
| YUV | 113.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 130 | 0 | 0.67 | 0.36 | 0.21 | 331.76 | 0.56 | 0.53 |
| Hex | CA | 42 | 82 | 0 | 43 | 24 | 15 | 14C | 38 | 35 |
| Octal | 312 | 102 | 202 | 0 | 103 | 44 | 25 | 514 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10000010 | 0 | 1000011 | 100100 | 10101 | 101001100 | 111000 | 110101 |
Color Harmonies of #CA4282
Complementary color
Monochromatic Colors of #CA4282
Black with #CA4282
Text Example
Text Example
White with #CA4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4282; }
p { color: rgb(202,66,130); }
H1.HeaderClassName
{
color: #CA4282;
}
.AnyTagClassName
{
color: #CA4282;
}
</style>
background-color css
<style>
a { background-color: #CA4282; }
a { background-color: rgb(202,66,130); }
div.DivClassName
{
background-color: #CA4282;
}
.BgClassName
{
background-color: #CA4282;
}
</style>
border-color css
<style>
span { border-color: #CA4282; }
span { border-color: rgb(202,66,130); }
td.TdClassName
{
border-color: #CA4282;
}
.TagClassName
{
border-color: #CA4282;
}
</style>