Shades of Mulberry #CA409B
Tints of Mulberry #CA409B
RGB
CMYK
RGB Variations
Color information
#CA409B (or 0xCA409B) is known color: Mulberry. HEX triplet: CA, 40 and 9B. RGB value is (202,64,155). Sum of RGB (Red+Green+Blue) = 202+64+155=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA409B is #35BF64. Grayscale: #737373. Windows color (decimal): -3522405 or 10174666. OLE color: 10174666.
HSL color Cylindrical-coordinate representation of color #CA409B: hue angle of 320.43º 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 #CA409B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 155 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.21 |
| HSL | 320.43º | 0.57% | 0.52% | - |
| HSV(B) | 320.43º | 0.68% | 0.79% | - |
| XYZ | 32.11 | 18.59 | 32.91 | - |
| YUV | 115.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 155 | 0 | 0.68 | 0.23 | 0.21 | 320.43 | 0.57 | 0.52 |
| Hex | CA | 40 | 9B | 0 | 44 | 17 | 15 | 140 | 39 | 34 |
| Octal | 312 | 100 | 233 | 0 | 104 | 27 | 25 | 500 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10011011 | 0 | 1000100 | 10111 | 10101 | 101000000 | 111001 | 110100 |
Color Harmonies of #CA409B
Complementary color
Monochromatic Colors of #CA409B
Black with #CA409B
Text Example
Text Example
White with #CA409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA409B; }
p { color: rgb(202,64,155); }
H1.HeaderClassName
{
color: #CA409B;
}
.AnyTagClassName
{
color: #CA409B;
}
</style>
background-color css
<style>
a { background-color: #CA409B; }
a { background-color: rgb(202,64,155); }
div.DivClassName
{
background-color: #CA409B;
}
.BgClassName
{
background-color: #CA409B;
}
</style>
border-color css
<style>
span { border-color: #CA409B; }
span { border-color: rgb(202,64,155); }
td.TdClassName
{
border-color: #CA409B;
}
.TagClassName
{
border-color: #CA409B;
}
</style>