Shades of Mandy #CF414F
Tints of Mandy #CF414F
RGB
CMYK
RGB Variations
Color information
#CF414F (or 0xCF414F) is known color: Mandy. HEX triplet: CF, 41 and 4F. RGB value is (207,65,79). Sum of RGB (Red+Green+Blue) = 207+65+79=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF414F is #30BEB0. Grayscale: #6D6D6D. Windows color (decimal): -3194545 or 5194191. OLE color: 5194191.
HSL color Cylindrical-coordinate representation of color #CF414F: hue angle of 354.08º 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 #CF414F is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 79 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.19 |
| HSL | 354.08º | 0.6% | 0.53% | - |
| HSV(B) | 354.08º | 0.69% | 0.81% | - |
| XYZ | 29.03 | 17.61 | 9.27 | - |
| YUV | 109.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 79 | 0 | 0.69 | 0.62 | 0.19 | 354.08 | 0.6 | 0.53 |
| Hex | CF | 41 | 4F | 0 | 45 | 3E | 13 | 162 | 3C | 35 |
| Octal | 317 | 101 | 117 | 0 | 105 | 76 | 23 | 542 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1001111 | 0 | 1000101 | 111110 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CF414F
Complementary color
Monochromatic Colors of #CF414F
Black with #CF414F
Text Example
Text Example
White with #CF414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF414F; }
p { color: rgb(207,65,79); }
H1.HeaderClassName
{
color: #CF414F;
}
.AnyTagClassName
{
color: #CF414F;
}
</style>
background-color css
<style>
a { background-color: #CF414F; }
a { background-color: rgb(207,65,79); }
div.DivClassName
{
background-color: #CF414F;
}
.BgClassName
{
background-color: #CF414F;
}
</style>
border-color css
<style>
span { border-color: #CF414F; }
span { border-color: rgb(207,65,79); }
td.TdClassName
{
border-color: #CF414F;
}
.TagClassName
{
border-color: #CF414F;
}
</style>