Shades of Mandy #CC414E
Tints of Mandy #CC414E
RGB
CMYK
RGB Variations
Color information
#CC414E (or 0xCC414E) is known color: Mandy. HEX triplet: CC, 41 and 4E. RGB value is (204,65,78). Sum of RGB (Red+Green+Blue) = 204+65+78=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC414E is #33BEB1. Grayscale: #6C6C6C. Windows color (decimal): -3391154 or 5128652. OLE color: 5128652.
HSL color Cylindrical-coordinate representation of color #CC414E: hue angle of 354.39º 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 #CC414E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 78 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.2 |
| HSL | 354.39º | 0.58% | 0.53% | - |
| HSV(B) | 354.39º | 0.68% | 0.8% | - |
| XYZ | 28.17 | 17.17 | 9.04 | - |
| YUV | 108.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 78 | 0 | 0.68 | 0.62 | 0.2 | 354.39 | 0.58 | 0.53 |
| Hex | CC | 41 | 4E | 0 | 44 | 3E | 14 | 162 | 3A | 35 |
| Octal | 314 | 101 | 116 | 0 | 104 | 76 | 24 | 542 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1001110 | 0 | 1000100 | 111110 | 10100 | 101100010 | 111010 | 110101 |
Color Harmonies of #CC414E
Complementary color
Monochromatic Colors of #CC414E
Black with #CC414E
Text Example
Text Example
White with #CC414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC414E; }
p { color: rgb(204,65,78); }
H1.HeaderClassName
{
color: #CC414E;
}
.AnyTagClassName
{
color: #CC414E;
}
</style>
background-color css
<style>
a { background-color: #CC414E; }
a { background-color: rgb(204,65,78); }
div.DivClassName
{
background-color: #CC414E;
}
.BgClassName
{
background-color: #CC414E;
}
</style>
border-color css
<style>
span { border-color: #CC414E; }
span { border-color: rgb(204,65,78); }
td.TdClassName
{
border-color: #CC414E;
}
.TagClassName
{
border-color: #CC414E;
}
</style>