Shades of Mulberry #CA407F
Tints of Mulberry #CA407F
RGB
CMYK
RGB Variations
Color information
#CA407F (or 0xCA407F) is known color: Mulberry. HEX triplet: CA, 40 and 7F. RGB value is (202,64,127). Sum of RGB (Red+Green+Blue) = 202+64+127=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA407F is #35BF80. Grayscale: #707070. Windows color (decimal): -3522433 or 8339658. OLE color: 8339658.
HSL color Cylindrical-coordinate representation of color #CA407F: hue angle of 332.61º degrees, saturation: 0.57, 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 #CA407F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 127 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.21 |
| HSL | 332.61º | 0.57% | 0.52% | - |
| HSV(B) | 332.61º | 0.68% | 0.79% | - |
| XYZ | 30.02 | 17.76 | 21.92 | - |
| YUV | 112.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 127 | 0 | 0.68 | 0.37 | 0.21 | 332.61 | 0.57 | 0.52 |
| Hex | CA | 40 | 7F | 0 | 44 | 25 | 15 | 14D | 39 | 34 |
| Octal | 312 | 100 | 177 | 0 | 104 | 45 | 25 | 515 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1111111 | 0 | 1000100 | 100101 | 10101 | 101001101 | 111001 | 110100 |
Color Harmonies of #CA407F
Complementary color
Monochromatic Colors of #CA407F
Black with #CA407F
Text Example
Text Example
White with #CA407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA407F; }
p { color: rgb(202,64,127); }
H1.HeaderClassName
{
color: #CA407F;
}
.AnyTagClassName
{
color: #CA407F;
}
</style>
background-color css
<style>
a { background-color: #CA407F; }
a { background-color: rgb(202,64,127); }
div.DivClassName
{
background-color: #CA407F;
}
.BgClassName
{
background-color: #CA407F;
}
</style>
border-color css
<style>
span { border-color: #CA407F; }
span { border-color: rgb(202,64,127); }
td.TdClassName
{
border-color: #CA407F;
}
.TagClassName
{
border-color: #CA407F;
}
</style>