Shades of Mulberry #CA427B
Tints of Mulberry #CA427B
RGB
CMYK
RGB Variations
Color information
#CA427B (or 0xCA427B) is known color: Mulberry. HEX triplet: CA, 42 and 7B. RGB value is (202,66,123). Sum of RGB (Red+Green+Blue) = 202+66+123=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA427B is #35BD84. Grayscale: #717171. Windows color (decimal): -3521925 or 8078026. OLE color: 8078026.
HSL color Cylindrical-coordinate representation of color #CA427B: hue angle of 334.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA427B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 123 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.21 |
| HSL | 334.85º | 0.56% | 0.53% | - |
| HSV(B) | 334.85º | 0.67% | 0.79% | - |
| XYZ | 29.88 | 17.88 | 20.62 | - |
| YUV | 113.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 123 | 0 | 0.67 | 0.39 | 0.21 | 334.85 | 0.56 | 0.53 |
| Hex | CA | 42 | 7B | 0 | 43 | 27 | 15 | 14F | 38 | 35 |
| Octal | 312 | 102 | 173 | 0 | 103 | 47 | 25 | 517 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1111011 | 0 | 1000011 | 100111 | 10101 | 101001111 | 111000 | 110101 |
Color Harmonies of #CA427B
Complementary color
Monochromatic Colors of #CA427B
Black with #CA427B
Text Example
Text Example
White with #CA427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA427B; }
p { color: rgb(202,66,123); }
H1.HeaderClassName
{
color: #CA427B;
}
.AnyTagClassName
{
color: #CA427B;
}
</style>
background-color css
<style>
a { background-color: #CA427B; }
a { background-color: rgb(202,66,123); }
div.DivClassName
{
background-color: #CA427B;
}
.BgClassName
{
background-color: #CA427B;
}
</style>
border-color css
<style>
span { border-color: #CA427B; }
span { border-color: rgb(202,66,123); }
td.TdClassName
{
border-color: #CA427B;
}
.TagClassName
{
border-color: #CA427B;
}
</style>