Shades of Mandy #CF424E
Tints of Mandy #CF424E
RGB
CMYK
RGB Variations
Color information
#CF424E (or 0xCF424E) is known color: Mandy. HEX triplet: CF, 42 and 4E. RGB value is (207,66,78). Sum of RGB (Red+Green+Blue) = 207+66+78=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF424E is #30BDB1. Grayscale: #6D6D6D. Windows color (decimal): -3194290 or 5128911. OLE color: 5128911.
HSL color Cylindrical-coordinate representation of color #CF424E: hue angle of 354.89º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF424E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 78 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.19 |
| HSL | 354.89º | 0.59% | 0.54% | - |
| HSV(B) | 354.89º | 0.68% | 0.81% | - |
| XYZ | 29.06 | 17.71 | 9.1 | - |
| YUV | 109.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 78 | 0 | 0.68 | 0.62 | 0.19 | 354.89 | 0.59 | 0.54 |
| Hex | CF | 42 | 4E | 0 | 44 | 3E | 13 | 163 | 3B | 36 |
| Octal | 317 | 102 | 116 | 0 | 104 | 76 | 23 | 543 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1001110 | 0 | 1000100 | 111110 | 10011 | 101100011 | 111011 | 110110 |
Color Harmonies of #CF424E
Complementary color
Monochromatic Colors of #CF424E
Black with #CF424E
Text Example
Text Example
White with #CF424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF424E; }
p { color: rgb(207,66,78); }
H1.HeaderClassName
{
color: #CF424E;
}
.AnyTagClassName
{
color: #CF424E;
}
</style>
background-color css
<style>
a { background-color: #CF424E; }
a { background-color: rgb(207,66,78); }
div.DivClassName
{
background-color: #CF424E;
}
.BgClassName
{
background-color: #CF424E;
}
</style>
border-color css
<style>
span { border-color: #CF424E; }
span { border-color: rgb(207,66,78); }
td.TdClassName
{
border-color: #CF424E;
}
.TagClassName
{
border-color: #CF424E;
}
</style>