Shades of Mulberry #CC54A2
Tints of Mulberry #CC54A2
RGB
CMYK
RGB Variations
Color information
#CC54A2 (or 0xCC54A2) is known color: Mulberry. HEX triplet: CC, 54 and A2. RGB value is (204,84,162). Sum of RGB (Red+Green+Blue) = 204+84+162=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54A2 is #33AB5D. Grayscale: #808080. Windows color (decimal): -3386206 or 10638540. OLE color: 10638540.
HSL color Cylindrical-coordinate representation of color #CC54A2: hue angle of 321º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC54A2 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 84 | 162 | - |
CMYK | 0 | 0.59 | 0.21 | 0.2 |
HSL | 321º | 0.54% | 0.56% | - |
HSV(B) | 321º | 0.59% | 0.8% | - |
XYZ | 34.59 | 21.79 | 36.56 | - |
YUV | 128.77 | 146.76 | 181.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 84 | 162 | 0 | 0.59 | 0.21 | 0.2 | 321 | 0.54 | 0.56 |
Hex | CC | 54 | A2 | 0 | 3B | 15 | 14 | 141 | 36 | 38 |
Octal | 314 | 124 | 242 | 0 | 73 | 25 | 24 | 501 | 66 | 70 |
Binary | 11001100 | 1010100 | 10100010 | 0 | 111011 | 10101 | 10100 | 101000001 | 110110 | 111000 |
Color Harmonies of #CC54A2
Complementary color
Monochromatic Colors of #CC54A2
Black with #CC54A2
Text Example
Text Example
White with #CC54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54A2; }
p { color: rgb(204,84,162); }
H1.HeaderClassName
{
color: #CC54A2;
}
.AnyTagClassName
{
color: #CC54A2;
}
</style>
background-color css
<style>
a { background-color: #CC54A2; }
a { background-color: rgb(204,84,162); }
div.DivClassName
{
background-color: #CC54A2;
}
.BgClassName
{
background-color: #CC54A2;
}
</style>
border-color css
<style>
span { border-color: #CC54A2; }
span { border-color: rgb(204,84,162); }
td.TdClassName
{
border-color: #CC54A2;
}
.TagClassName
{
border-color: #CC54A2;
}
</style>