Shades of Mulberry #CD459C
Tints of Mulberry #CD459C
RGB
CMYK
RGB Variations
Color information
#CD459C (or 0xCD459C) is known color: Mulberry. HEX triplet: CD, 45 and 9C. RGB value is (205,69,156). Sum of RGB (Red+Green+Blue) = 205+69+156=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD459C is #32BA63. Grayscale: #777777. Windows color (decimal): -3324516 or 10241485. OLE color: 10241485.
HSL color Cylindrical-coordinate representation of color #CD459C: hue angle of 321.62º degrees, saturation: 0.58, 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 #CD459C is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 156 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.20 |
| HSL | 321.62º | 0.58% | 0.54% | - |
| HSV(B) | 321.62º | 0.66% | 0.8% | - |
| XYZ | 33.31 | 19.64 | 33.49 | - |
| YUV | 119.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 156 | 0 | 0.66 | 0.24 | 0.20 | 321.62 | 0.58 | 0.54 |
| Hex | CD | 45 | 9C | 0 | 42 | 18 | 14 | 142 | 3A | 36 |
| Octal | 315 | 105 | 234 | 0 | 102 | 30 | 24 | 502 | 72 | 66 |
| Binary | 11001101 | 1000101 | 10011100 | 0 | 1000010 | 11000 | 10100 | 101000010 | 111010 | 110110 |
Color Harmonies of #CD459C
Complementary color
Monochromatic Colors of #CD459C
Black with #CD459C
Text Example
Text Example
White with #CD459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD459C; }
p { color: rgb(205,69,156); }
H1.HeaderClassName
{
color: #CD459C;
}
.AnyTagClassName
{
color: #CD459C;
}
</style>
background-color css
<style>
a { background-color: #CD459C; }
a { background-color: rgb(205,69,156); }
div.DivClassName
{
background-color: #CD459C;
}
.BgClassName
{
background-color: #CD459C;
}
</style>
border-color css
<style>
span { border-color: #CD459C; }
span { border-color: rgb(205,69,156); }
td.TdClassName
{
border-color: #CD459C;
}
.TagClassName
{
border-color: #CD459C;
}
</style>