Shades of Mulberry #CA417E
Tints of Mulberry #CA417E
RGB
CMYK
RGB Variations
Color information
#CA417E (or 0xCA417E) is known color: Mulberry. HEX triplet: CA, 41 and 7E. RGB value is (202,65,126). Sum of RGB (Red+Green+Blue) = 202+65+126=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA417E is #35BE81. Grayscale: #707070. Windows color (decimal): -3522178 or 8274378. OLE color: 8274378.
HSL color Cylindrical-coordinate representation of color #CA417E: hue angle of 333.28º 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 #CA417E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 126 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.21 |
| HSL | 333.28º | 0.56% | 0.52% | - |
| HSV(B) | 333.28º | 0.68% | 0.79% | - |
| XYZ | 30.01 | 17.84 | 21.6 | - |
| YUV | 112.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 126 | 0 | 0.68 | 0.38 | 0.21 | 333.28 | 0.56 | 0.52 |
| Hex | CA | 41 | 7E | 0 | 44 | 26 | 15 | 14D | 38 | 34 |
| Octal | 312 | 101 | 176 | 0 | 104 | 46 | 25 | 515 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1111110 | 0 | 1000100 | 100110 | 10101 | 101001101 | 111000 | 110100 |
Color Harmonies of #CA417E
Complementary color
Monochromatic Colors of #CA417E
Black with #CA417E
Text Example
Text Example
White with #CA417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA417E; }
p { color: rgb(202,65,126); }
H1.HeaderClassName
{
color: #CA417E;
}
.AnyTagClassName
{
color: #CA417E;
}
</style>
background-color css
<style>
a { background-color: #CA417E; }
a { background-color: rgb(202,65,126); }
div.DivClassName
{
background-color: #CA417E;
}
.BgClassName
{
background-color: #CA417E;
}
</style>
border-color css
<style>
span { border-color: #CA417E; }
span { border-color: rgb(202,65,126); }
td.TdClassName
{
border-color: #CA417E;
}
.TagClassName
{
border-color: #CA417E;
}
</style>