Shades of Mulberry #CA399C
Tints of Mulberry #CA399C
RGB
CMYK
RGB Variations
Color information
#CA399C (or 0xCA399C) is known color: Mulberry. HEX triplet: CA, 39 and 9C. RGB value is (202,57,156). Sum of RGB (Red+Green+Blue) = 202+57+156=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA399C is #35C663. Grayscale: #6F6F6F. Windows color (decimal): -3524196 or 10238410. OLE color: 10238410.
HSL color Cylindrical-coordinate representation of color #CA399C: hue angle of 319.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA399C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 156 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.21 |
| HSL | 319.03º | 0.58% | 0.51% | - |
| HSV(B) | 319.03º | 0.72% | 0.79% | - |
| XYZ | 31.82 | 17.88 | 33.23 | - |
| YUV | 111.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 156 | 0 | 0.72 | 0.23 | 0.21 | 319.03 | 0.58 | 0.51 |
| Hex | CA | 39 | 9C | 0 | 48 | 17 | 15 | 13F | 3A | 33 |
| Octal | 312 | 71 | 234 | 0 | 110 | 27 | 25 | 477 | 72 | 63 |
| Binary | 11001010 | 111001 | 10011100 | 0 | 1001000 | 10111 | 10101 | 100111111 | 111010 | 110011 |
Color Harmonies of #CA399C
Complementary color
Monochromatic Colors of #CA399C
Black with #CA399C
Text Example
Text Example
White with #CA399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA399C; }
p { color: rgb(202,57,156); }
H1.HeaderClassName
{
color: #CA399C;
}
.AnyTagClassName
{
color: #CA399C;
}
</style>
background-color css
<style>
a { background-color: #CA399C; }
a { background-color: rgb(202,57,156); }
div.DivClassName
{
background-color: #CA399C;
}
.BgClassName
{
background-color: #CA399C;
}
</style>
border-color css
<style>
span { border-color: #CA399C; }
span { border-color: rgb(202,57,156); }
td.TdClassName
{
border-color: #CA399C;
}
.TagClassName
{
border-color: #CA399C;
}
</style>