Shades of Mandy #CF404E
Tints of Mandy #CF404E
RGB
CMYK
RGB Variations
Color information
#CF404E (or 0xCF404E) is known color: Mandy. HEX triplet: CF, 40 and 4E. RGB value is (207,64,78). Sum of RGB (Red+Green+Blue) = 207+64+78=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF404E is #30BFB1. Grayscale: #6C6C6C. Windows color (decimal): -3194802 or 5128399. OLE color: 5128399.
HSL color Cylindrical-coordinate representation of color #CF404E: hue angle of 354.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF404E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 78 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.19 |
| HSL | 354.13º | 0.6% | 0.53% | - |
| HSV(B) | 354.13º | 0.69% | 0.81% | - |
| XYZ | 28.94 | 17.48 | 9.06 | - |
| YUV | 108.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 78 | 0 | 0.69 | 0.62 | 0.19 | 354.13 | 0.6 | 0.53 |
| Hex | CF | 40 | 4E | 0 | 45 | 3E | 13 | 162 | 3C | 35 |
| Octal | 317 | 100 | 116 | 0 | 105 | 76 | 23 | 542 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1001110 | 0 | 1000101 | 111110 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CF404E
Complementary color
Monochromatic Colors of #CF404E
Black with #CF404E
Text Example
Text Example
White with #CF404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF404E; }
p { color: rgb(207,64,78); }
H1.HeaderClassName
{
color: #CF404E;
}
.AnyTagClassName
{
color: #CF404E;
}
</style>
background-color css
<style>
a { background-color: #CF404E; }
a { background-color: rgb(207,64,78); }
div.DivClassName
{
background-color: #CF404E;
}
.BgClassName
{
background-color: #CF404E;
}
</style>
border-color css
<style>
span { border-color: #CF404E; }
span { border-color: rgb(207,64,78); }
td.TdClassName
{
border-color: #CF404E;
}
.TagClassName
{
border-color: #CF404E;
}
</style>