Shades of Mandy #CC3F54
Tints of Mandy #CC3F54
RGB
CMYK
RGB Variations
Color information
#CC3F54 (or 0xCC3F54) is known color: Mandy. HEX triplet: CC, 3F and 54. RGB value is (204,63,84). Sum of RGB (Red+Green+Blue) = 204+63+84=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F54 is #33C0AB. Grayscale: #6B6B6B. Windows color (decimal): -3391660 or 5521356. OLE color: 5521356.
HSL color Cylindrical-coordinate representation of color #CC3F54: hue angle of 351.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F54 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 84 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.2 |
| HSL | 351.06º | 0.58% | 0.52% | - |
| HSV(B) | 351.06º | 0.69% | 0.8% | - |
| XYZ | 28.28 | 17.03 | 10.18 | - |
| YUV | 107.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 84 | 0 | 0.69 | 0.59 | 0.2 | 351.06 | 0.58 | 0.52 |
| Hex | CC | 3F | 54 | 0 | 45 | 3B | 14 | 15F | 3A | 34 |
| Octal | 314 | 77 | 124 | 0 | 105 | 73 | 24 | 537 | 72 | 64 |
| Binary | 11001100 | 111111 | 1010100 | 0 | 1000101 | 111011 | 10100 | 101011111 | 111010 | 110100 |
Color Harmonies of #CC3F54
Complementary color
Monochromatic Colors of #CC3F54
Black with #CC3F54
Text Example
Text Example
White with #CC3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F54; }
p { color: rgb(204,63,84); }
H1.HeaderClassName
{
color: #CC3F54;
}
.AnyTagClassName
{
color: #CC3F54;
}
</style>
background-color css
<style>
a { background-color: #CC3F54; }
a { background-color: rgb(204,63,84); }
div.DivClassName
{
background-color: #CC3F54;
}
.BgClassName
{
background-color: #CC3F54;
}
</style>
border-color css
<style>
span { border-color: #CC3F54; }
span { border-color: rgb(204,63,84); }
td.TdClassName
{
border-color: #CC3F54;
}
.TagClassName
{
border-color: #CC3F54;
}
</style>