Shades of Mulberry #CC379E
Tints of Mulberry #CC379E
RGB
CMYK
RGB Variations
Color information
#CC379E (or 0xCC379E) is known color: Mulberry. HEX triplet: CC, 37 and 9E. RGB value is (204,55,158). Sum of RGB (Red+Green+Blue) = 204+55+158=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC379E is #33C861. Grayscale: #6F6F6F. Windows color (decimal): -3393634 or 10368972. OLE color: 10368972.
HSL color Cylindrical-coordinate representation of color #CC379E: hue angle of 318.52º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC379E is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 158 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.2 |
| HSL | 318.52º | 0.59% | 0.51% | - |
| HSV(B) | 318.52º | 0.73% | 0.8% | - |
| XYZ | 32.44 | 18.04 | 34.12 | - |
| YUV | 111.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 158 | 0 | 0.73 | 0.23 | 0.2 | 318.52 | 0.59 | 0.51 |
| Hex | CC | 37 | 9E | 0 | 49 | 17 | 14 | 13F | 3B | 33 |
| Octal | 314 | 67 | 236 | 0 | 111 | 27 | 24 | 477 | 73 | 63 |
| Binary | 11001100 | 110111 | 10011110 | 0 | 1001001 | 10111 | 10100 | 100111111 | 111011 | 110011 |
Color Harmonies of #CC379E
Complementary color
Monochromatic Colors of #CC379E
Black with #CC379E
Text Example
Text Example
White with #CC379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC379E; }
p { color: rgb(204,55,158); }
H1.HeaderClassName
{
color: #CC379E;
}
.AnyTagClassName
{
color: #CC379E;
}
</style>
background-color css
<style>
a { background-color: #CC379E; }
a { background-color: rgb(204,55,158); }
div.DivClassName
{
background-color: #CC379E;
}
.BgClassName
{
background-color: #CC379E;
}
</style>
border-color css
<style>
span { border-color: #CC379E; }
span { border-color: rgb(204,55,158); }
td.TdClassName
{
border-color: #CC379E;
}
.TagClassName
{
border-color: #CC379E;
}
</style>