Shades of Mulberry #CA399D
Tints of Mulberry #CA399D
RGB
CMYK
RGB Variations
Color information
#CA399D (or 0xCA399D) is known color: Mulberry. HEX triplet: CA, 39 and 9D. RGB value is (202,57,157). Sum of RGB (Red+Green+Blue) = 202+57+157=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA399D is #35C662. Grayscale: #6F6F6F. Windows color (decimal): -3524195 or 10303946. OLE color: 10303946.
HSL color Cylindrical-coordinate representation of color #CA399D: hue angle of 318.62º 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 #CA399D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 157 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.21 |
| HSL | 318.62º | 0.58% | 0.51% | - |
| HSV(B) | 318.62º | 0.72% | 0.79% | - |
| XYZ | 31.91 | 17.92 | 33.68 | - |
| YUV | 111.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 157 | 0 | 0.72 | 0.22 | 0.21 | 318.62 | 0.58 | 0.51 |
| Hex | CA | 39 | 9D | 0 | 48 | 16 | 15 | 13F | 3A | 33 |
| Octal | 312 | 71 | 235 | 0 | 110 | 26 | 25 | 477 | 72 | 63 |
| Binary | 11001010 | 111001 | 10011101 | 0 | 1001000 | 10110 | 10101 | 100111111 | 111010 | 110011 |
Color Harmonies of #CA399D
Complementary color
Monochromatic Colors of #CA399D
Black with #CA399D
Text Example
Text Example
White with #CA399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA399D; }
p { color: rgb(202,57,157); }
H1.HeaderClassName
{
color: #CA399D;
}
.AnyTagClassName
{
color: #CA399D;
}
</style>
background-color css
<style>
a { background-color: #CA399D; }
a { background-color: rgb(202,57,157); }
div.DivClassName
{
background-color: #CA399D;
}
.BgClassName
{
background-color: #CA399D;
}
</style>
border-color css
<style>
span { border-color: #CA399D; }
span { border-color: rgb(202,57,157); }
td.TdClassName
{
border-color: #CA399D;
}
.TagClassName
{
border-color: #CA399D;
}
</style>