Shades of Mulberry #CA417B
Tints of Mulberry #CA417B
RGB
CMYK
RGB Variations
Color information
#CA417B (or 0xCA417B) is known color: Mulberry. HEX triplet: CA, 41 and 7B. RGB value is (202,65,123). Sum of RGB (Red+Green+Blue) = 202+65+123=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA417B is #35BE84. Grayscale: #707070. Windows color (decimal): -3522181 or 8077770. OLE color: 8077770.
HSL color Cylindrical-coordinate representation of color #CA417B: hue angle of 334.6º 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 #CA417B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 123 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.21 |
| HSL | 334.6º | 0.56% | 0.52% | - |
| HSV(B) | 334.6º | 0.68% | 0.79% | - |
| XYZ | 29.82 | 17.77 | 20.6 | - |
| YUV | 112.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 123 | 0 | 0.68 | 0.39 | 0.21 | 334.6 | 0.56 | 0.52 |
| Hex | CA | 41 | 7B | 0 | 44 | 27 | 15 | 14F | 38 | 34 |
| Octal | 312 | 101 | 173 | 0 | 104 | 47 | 25 | 517 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1111011 | 0 | 1000100 | 100111 | 10101 | 101001111 | 111000 | 110100 |
Color Harmonies of #CA417B
Complementary color
Monochromatic Colors of #CA417B
Black with #CA417B
Text Example
Text Example
White with #CA417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA417B; }
p { color: rgb(202,65,123); }
H1.HeaderClassName
{
color: #CA417B;
}
.AnyTagClassName
{
color: #CA417B;
}
</style>
background-color css
<style>
a { background-color: #CA417B; }
a { background-color: rgb(202,65,123); }
div.DivClassName
{
background-color: #CA417B;
}
.BgClassName
{
background-color: #CA417B;
}
</style>
border-color css
<style>
span { border-color: #CA417B; }
span { border-color: rgb(202,65,123); }
td.TdClassName
{
border-color: #CA417B;
}
.TagClassName
{
border-color: #CA417B;
}
</style>