Shades of Mulberry #CC3F9B
Tints of Mulberry #CC3F9B
RGB
CMYK
RGB Variations
Color information
#CC3F9B (or 0xCC3F9B) is known color: Mulberry. HEX triplet: CC, 3F and 9B. RGB value is (204,63,155). Sum of RGB (Red+Green+Blue) = 204+63+155=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F9B is #33C064. Grayscale: #737373. Windows color (decimal): -3391589 or 10174412. OLE color: 10174412.
HSL color Cylindrical-coordinate representation of color #CC3F9B: hue angle of 320.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F9B is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 155 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.2 |
| HSL | 320.85º | 0.58% | 0.52% | - |
| HSV(B) | 320.85º | 0.69% | 0.8% | - |
| XYZ | 32.6 | 18.76 | 32.91 | - |
| YUV | 115.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 155 | 0 | 0.69 | 0.24 | 0.2 | 320.85 | 0.58 | 0.52 |
| Hex | CC | 3F | 9B | 0 | 45 | 18 | 14 | 141 | 3A | 34 |
| Octal | 314 | 77 | 233 | 0 | 105 | 30 | 24 | 501 | 72 | 64 |
| Binary | 11001100 | 111111 | 10011011 | 0 | 1000101 | 11000 | 10100 | 101000001 | 111010 | 110100 |
Color Harmonies of #CC3F9B
Complementary color
Monochromatic Colors of #CC3F9B
Black with #CC3F9B
Text Example
Text Example
White with #CC3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F9B; }
p { color: rgb(204,63,155); }
H1.HeaderClassName
{
color: #CC3F9B;
}
.AnyTagClassName
{
color: #CC3F9B;
}
</style>
background-color css
<style>
a { background-color: #CC3F9B; }
a { background-color: rgb(204,63,155); }
div.DivClassName
{
background-color: #CC3F9B;
}
.BgClassName
{
background-color: #CC3F9B;
}
</style>
border-color css
<style>
span { border-color: #CC3F9B; }
span { border-color: rgb(204,63,155); }
td.TdClassName
{
border-color: #CC3F9B;
}
.TagClassName
{
border-color: #CC3F9B;
}
</style>