Shades of Mulberry #CC419D
Tints of Mulberry #CC419D
RGB
CMYK
RGB Variations
Color information
#CC419D (or 0xCC419D) is known color: Mulberry. HEX triplet: CC, 41 and 9D. RGB value is (204,65,157). Sum of RGB (Red+Green+Blue) = 204+65+157=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419D is #33BE62. Grayscale: #747474. Windows color (decimal): -3391075 or 10305996. OLE color: 10305996.
HSL color Cylindrical-coordinate representation of color #CC419D: hue angle of 320.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC419D is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 157 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.2 |
| HSL | 320.29º | 0.58% | 0.53% | - |
| HSV(B) | 320.29º | 0.68% | 0.8% | - |
| XYZ | 32.88 | 19.05 | 33.84 | - |
| YUV | 117.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 157 | 0 | 0.68 | 0.23 | 0.2 | 320.29 | 0.58 | 0.53 |
| Hex | CC | 41 | 9D | 0 | 44 | 17 | 14 | 140 | 3A | 35 |
| Octal | 314 | 101 | 235 | 0 | 104 | 27 | 24 | 500 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10011101 | 0 | 1000100 | 10111 | 10100 | 101000000 | 111010 | 110101 |
Color Harmonies of #CC419D
Complementary color
Monochromatic Colors of #CC419D
Black with #CC419D
Text Example
Text Example
White with #CC419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC419D; }
p { color: rgb(204,65,157); }
H1.HeaderClassName
{
color: #CC419D;
}
.AnyTagClassName
{
color: #CC419D;
}
</style>
background-color css
<style>
a { background-color: #CC419D; }
a { background-color: rgb(204,65,157); }
div.DivClassName
{
background-color: #CC419D;
}
.BgClassName
{
background-color: #CC419D;
}
</style>
border-color css
<style>
span { border-color: #CC419D; }
span { border-color: rgb(204,65,157); }
td.TdClassName
{
border-color: #CC419D;
}
.TagClassName
{
border-color: #CC419D;
}
</style>