Shades of Mulberry #CC419A
Tints of Mulberry #CC419A
RGB
CMYK
RGB Variations
Color information
#CC419A (or 0xCC419A) is known color: Mulberry. HEX triplet: CC, 41 and 9A. RGB value is (204,65,154). Sum of RGB (Red+Green+Blue) = 204+65+154=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419A is #33BE65. Grayscale: #747474. Windows color (decimal): -3391078 or 10109388. OLE color: 10109388.
HSL color Cylindrical-coordinate representation of color #CC419A: hue angle of 321.58º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC419A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 154 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.2 |
| HSL | 321.58º | 0.58% | 0.53% | - |
| HSV(B) | 321.58º | 0.68% | 0.8% | - |
| XYZ | 32.62 | 18.95 | 32.51 | - |
| YUV | 116.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 154 | 0 | 0.68 | 0.25 | 0.2 | 321.58 | 0.58 | 0.53 |
| Hex | CC | 41 | 9A | 0 | 44 | 19 | 14 | 142 | 3A | 35 |
| Octal | 314 | 101 | 232 | 0 | 104 | 31 | 24 | 502 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10011010 | 0 | 1000100 | 11001 | 10100 | 101000010 | 111010 | 110101 |
Color Harmonies of #CC419A
Complementary color
Monochromatic Colors of #CC419A
Black with #CC419A
Text Example
Text Example
White with #CC419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC419A; }
p { color: rgb(204,65,154); }
H1.HeaderClassName
{
color: #CC419A;
}
.AnyTagClassName
{
color: #CC419A;
}
</style>
background-color css
<style>
a { background-color: #CC419A; }
a { background-color: rgb(204,65,154); }
div.DivClassName
{
background-color: #CC419A;
}
.BgClassName
{
background-color: #CC419A;
}
</style>
border-color css
<style>
span { border-color: #CC419A; }
span { border-color: rgb(204,65,154); }
td.TdClassName
{
border-color: #CC419A;
}
.TagClassName
{
border-color: #CC419A;
}
</style>