Shades of Mulberry #CD469C
Tints of Mulberry #CD469C
RGB
CMYK
RGB Variations
Color information
#CD469C (or 0xCD469C) is known color: Mulberry. HEX triplet: CD, 46 and 9C. RGB value is (205,70,156). Sum of RGB (Red+Green+Blue) = 205+70+156=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD469C is #32B963. Grayscale: #777777. Windows color (decimal): -3324260 or 10241741. OLE color: 10241741.
HSL color Cylindrical-coordinate representation of color #CD469C: hue angle of 321.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD469C is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 156 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.20 |
| HSL | 321.78º | 0.57% | 0.54% | - |
| HSV(B) | 321.78º | 0.66% | 0.8% | - |
| XYZ | 33.37 | 19.76 | 33.51 | - |
| YUV | 120.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 156 | 0 | 0.66 | 0.24 | 0.20 | 321.78 | 0.57 | 0.54 |
| Hex | CD | 46 | 9C | 0 | 42 | 18 | 14 | 142 | 39 | 36 |
| Octal | 315 | 106 | 234 | 0 | 102 | 30 | 24 | 502 | 71 | 66 |
| Binary | 11001101 | 1000110 | 10011100 | 0 | 1000010 | 11000 | 10100 | 101000010 | 111001 | 110110 |
Color Harmonies of #CD469C
Complementary color
Monochromatic Colors of #CD469C
Black with #CD469C
Text Example
Text Example
White with #CD469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD469C; }
p { color: rgb(205,70,156); }
H1.HeaderClassName
{
color: #CD469C;
}
.AnyTagClassName
{
color: #CD469C;
}
</style>
background-color css
<style>
a { background-color: #CD469C; }
a { background-color: rgb(205,70,156); }
div.DivClassName
{
background-color: #CD469C;
}
.BgClassName
{
background-color: #CD469C;
}
</style>
border-color css
<style>
span { border-color: #CD469C; }
span { border-color: rgb(205,70,156); }
td.TdClassName
{
border-color: #CD469C;
}
.TagClassName
{
border-color: #CD469C;
}
</style>