Shades of Mulberry #CC469C
Tints of Mulberry #CC469C
RGB
CMYK
RGB Variations
Color information
#CC469C (or 0xCC469C) is known color: Mulberry. HEX triplet: CC, 46 and 9C. RGB value is (204,70,156). Sum of RGB (Red+Green+Blue) = 204+70+156=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC469C is #33B963. Grayscale: #777777. Windows color (decimal): -3389796 or 10241740. OLE color: 10241740.
HSL color Cylindrical-coordinate representation of color #CC469C: hue angle of 321.49º 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 #CC469C is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 156 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.2 |
| HSL | 321.49º | 0.57% | 0.54% | - |
| HSV(B) | 321.49º | 0.66% | 0.8% | - |
| XYZ | 33.09 | 19.62 | 33.49 | - |
| YUV | 119.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 156 | 0 | 0.66 | 0.24 | 0.2 | 321.49 | 0.57 | 0.54 |
| Hex | CC | 46 | 9C | 0 | 42 | 18 | 14 | 141 | 39 | 36 |
| Octal | 314 | 106 | 234 | 0 | 102 | 30 | 24 | 501 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10011100 | 0 | 1000010 | 11000 | 10100 | 101000001 | 111001 | 110110 |
Color Harmonies of #CC469C
Complementary color
Monochromatic Colors of #CC469C
Black with #CC469C
Text Example
Text Example
White with #CC469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC469C; }
p { color: rgb(204,70,156); }
H1.HeaderClassName
{
color: #CC469C;
}
.AnyTagClassName
{
color: #CC469C;
}
</style>
background-color css
<style>
a { background-color: #CC469C; }
a { background-color: rgb(204,70,156); }
div.DivClassName
{
background-color: #CC469C;
}
.BgClassName
{
background-color: #CC469C;
}
</style>
border-color css
<style>
span { border-color: #CC469C; }
span { border-color: rgb(204,70,156); }
td.TdClassName
{
border-color: #CC469C;
}
.TagClassName
{
border-color: #CC469C;
}
</style>