Shades of Mulberry #CC409A
Tints of Mulberry #CC409A
RGB
CMYK
RGB Variations
Color information
#CC409A (or 0xCC409A) is known color: Mulberry. HEX triplet: CC, 40 and 9A. RGB value is (204,64,154). Sum of RGB (Red+Green+Blue) = 204+64+154=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC409A is #33BF65. Grayscale: #737373. Windows color (decimal): -3391334 or 10109132. OLE color: 10109132.
HSL color Cylindrical-coordinate representation of color #CC409A: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC409A is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 154 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.2 |
| HSL | 321.43º | 0.58% | 0.53% | - |
| HSV(B) | 321.43º | 0.69% | 0.8% | - |
| XYZ | 32.57 | 18.84 | 32.49 | - |
| YUV | 116.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 154 | 0 | 0.69 | 0.25 | 0.2 | 321.43 | 0.58 | 0.53 |
| Hex | CC | 40 | 9A | 0 | 45 | 19 | 14 | 141 | 3A | 35 |
| Octal | 314 | 100 | 232 | 0 | 105 | 31 | 24 | 501 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10011010 | 0 | 1000101 | 11001 | 10100 | 101000001 | 111010 | 110101 |
Color Harmonies of #CC409A
Complementary color
Monochromatic Colors of #CC409A
Black with #CC409A
Text Example
Text Example
White with #CC409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC409A; }
p { color: rgb(204,64,154); }
H1.HeaderClassName
{
color: #CC409A;
}
.AnyTagClassName
{
color: #CC409A;
}
</style>
background-color css
<style>
a { background-color: #CC409A; }
a { background-color: rgb(204,64,154); }
div.DivClassName
{
background-color: #CC409A;
}
.BgClassName
{
background-color: #CC409A;
}
</style>
border-color css
<style>
span { border-color: #CC409A; }
span { border-color: rgb(204,64,154); }
td.TdClassName
{
border-color: #CC409A;
}
.TagClassName
{
border-color: #CC409A;
}
</style>