Shades of Mulberry #CC457D
Tints of Mulberry #CC457D
RGB
CMYK
RGB Variations
Color information
#CC457D (or 0xCC457D) is known color: Mulberry. HEX triplet: CC, 45 and 7D. RGB value is (204,69,125). Sum of RGB (Red+Green+Blue) = 204+69+125=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC457D is #33BA82. Grayscale: #737373. Windows color (decimal): -3390083 or 8209868. OLE color: 8209868.
HSL color Cylindrical-coordinate representation of color #CC457D: hue angle of 335.11º 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 #CC457D is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 125 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.2 |
| HSL | 335.11º | 0.57% | 0.54% | - |
| HSV(B) | 335.11º | 0.66% | 0.8% | - |
| XYZ | 30.73 | 18.57 | 21.37 | - |
| YUV | 115.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 125 | 0 | 0.66 | 0.39 | 0.2 | 335.11 | 0.57 | 0.54 |
| Hex | CC | 45 | 7D | 0 | 42 | 27 | 14 | 14F | 39 | 36 |
| Octal | 314 | 105 | 175 | 0 | 102 | 47 | 24 | 517 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1111101 | 0 | 1000010 | 100111 | 10100 | 101001111 | 111001 | 110110 |
Color Harmonies of #CC457D
Complementary color
Monochromatic Colors of #CC457D
Black with #CC457D
Text Example
Text Example
White with #CC457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC457D; }
p { color: rgb(204,69,125); }
H1.HeaderClassName
{
color: #CC457D;
}
.AnyTagClassName
{
color: #CC457D;
}
</style>
background-color css
<style>
a { background-color: #CC457D; }
a { background-color: rgb(204,69,125); }
div.DivClassName
{
background-color: #CC457D;
}
.BgClassName
{
background-color: #CC457D;
}
</style>
border-color css
<style>
span { border-color: #CC457D; }
span { border-color: rgb(204,69,125); }
td.TdClassName
{
border-color: #CC457D;
}
.TagClassName
{
border-color: #CC457D;
}
</style>