Shades of Mulberry #CC407E
Tints of Mulberry #CC407E
RGB
CMYK
RGB Variations
Color information
#CC407E (or 0xCC407E) is known color: Mulberry. HEX triplet: CC, 40 and 7E. RGB value is (204,64,126). Sum of RGB (Red+Green+Blue) = 204+64+126=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC407E is #33BF81. Grayscale: #707070. Windows color (decimal): -3391362 or 8274124. OLE color: 8274124.
HSL color Cylindrical-coordinate representation of color #CC407E: hue angle of 333.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 #CC407E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 126 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.2 |
| HSL | 333.43º | 0.58% | 0.53% | - |
| HSV(B) | 333.43º | 0.69% | 0.8% | - |
| XYZ | 30.5 | 18.01 | 21.61 | - |
| YUV | 112.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 126 | 0 | 0.69 | 0.38 | 0.2 | 333.43 | 0.58 | 0.53 |
| Hex | CC | 40 | 7E | 0 | 45 | 26 | 14 | 14D | 3A | 35 |
| Octal | 314 | 100 | 176 | 0 | 105 | 46 | 24 | 515 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1111110 | 0 | 1000101 | 100110 | 10100 | 101001101 | 111010 | 110101 |
Color Harmonies of #CC407E
Complementary color
Monochromatic Colors of #CC407E
Black with #CC407E
Text Example
Text Example
White with #CC407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC407E; }
p { color: rgb(204,64,126); }
H1.HeaderClassName
{
color: #CC407E;
}
.AnyTagClassName
{
color: #CC407E;
}
</style>
background-color css
<style>
a { background-color: #CC407E; }
a { background-color: rgb(204,64,126); }
div.DivClassName
{
background-color: #CC407E;
}
.BgClassName
{
background-color: #CC407E;
}
</style>
border-color css
<style>
span { border-color: #CC407E; }
span { border-color: rgb(204,64,126); }
td.TdClassName
{
border-color: #CC407E;
}
.TagClassName
{
border-color: #CC407E;
}
</style>