Shades of Mulberry #CC379B
Tints of Mulberry #CC379B
RGB
CMYK
RGB Variations
Color information
#CC379B (or 0xCC379B) is known color: Mulberry. HEX triplet: CC, 37 and 9B. RGB value is (204,55,155). Sum of RGB (Red+Green+Blue) = 204+55+155=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC379B is #33C864. Grayscale: #6E6E6E. Windows color (decimal): -3393637 or 10172364. OLE color: 10172364.
HSL color Cylindrical-coordinate representation of color #CC379B: hue angle of 319.73º 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 #CC379B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 155 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.2 |
| HSL | 319.73º | 0.59% | 0.51% | - |
| HSV(B) | 319.73º | 0.73% | 0.8% | - |
| XYZ | 32.18 | 17.94 | 32.78 | - |
| YUV | 110.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 155 | 0 | 0.73 | 0.24 | 0.2 | 319.73 | 0.59 | 0.51 |
| Hex | CC | 37 | 9B | 0 | 49 | 18 | 14 | 140 | 3B | 33 |
| Octal | 314 | 67 | 233 | 0 | 111 | 30 | 24 | 500 | 73 | 63 |
| Binary | 11001100 | 110111 | 10011011 | 0 | 1001001 | 11000 | 10100 | 101000000 | 111011 | 110011 |
Color Harmonies of #CC379B
Complementary color
Monochromatic Colors of #CC379B
Black with #CC379B
Text Example
Text Example
White with #CC379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC379B; }
p { color: rgb(204,55,155); }
H1.HeaderClassName
{
color: #CC379B;
}
.AnyTagClassName
{
color: #CC379B;
}
</style>
background-color css
<style>
a { background-color: #CC379B; }
a { background-color: rgb(204,55,155); }
div.DivClassName
{
background-color: #CC379B;
}
.BgClassName
{
background-color: #CC379B;
}
</style>
border-color css
<style>
span { border-color: #CC379B; }
span { border-color: rgb(204,55,155); }
td.TdClassName
{
border-color: #CC379B;
}
.TagClassName
{
border-color: #CC379B;
}
</style>