Shades of Mulberry #CA4197
Tints of Mulberry #CA4197
RGB
CMYK
RGB Variations
Color information
#CA4197 (or 0xCA4197) is known color: Mulberry. HEX triplet: CA, 41 and 97. RGB value is (202,65,151). Sum of RGB (Red+Green+Blue) = 202+65+151=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4197 is #35BE68. Grayscale: #737373. Windows color (decimal): -3522153 or 9912778. OLE color: 9912778.
HSL color Cylindrical-coordinate representation of color #CA4197: hue angle of 322.34º 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 #CA4197 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 151 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.21 |
| HSL | 322.34º | 0.56% | 0.52% | - |
| HSV(B) | 322.34º | 0.68% | 0.79% | - |
| XYZ | 31.83 | 18.57 | 31.19 | - |
| YUV | 115.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 151 | 0 | 0.68 | 0.25 | 0.21 | 322.34 | 0.56 | 0.52 |
| Hex | CA | 41 | 97 | 0 | 44 | 19 | 15 | 142 | 38 | 34 |
| Octal | 312 | 101 | 227 | 0 | 104 | 31 | 25 | 502 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10010111 | 0 | 1000100 | 11001 | 10101 | 101000010 | 111000 | 110100 |
Color Harmonies of #CA4197
Complementary color
Monochromatic Colors of #CA4197
Black with #CA4197
Text Example
Text Example
White with #CA4197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4197; }
p { color: rgb(202,65,151); }
H1.HeaderClassName
{
color: #CA4197;
}
.AnyTagClassName
{
color: #CA4197;
}
</style>
background-color css
<style>
a { background-color: #CA4197; }
a { background-color: rgb(202,65,151); }
div.DivClassName
{
background-color: #CA4197;
}
.BgClassName
{
background-color: #CA4197;
}
</style>
border-color css
<style>
span { border-color: #CA4197; }
span { border-color: rgb(202,65,151); }
td.TdClassName
{
border-color: #CA4197;
}
.TagClassName
{
border-color: #CA4197;
}
</style>